aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-09-21 11:33:37 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:14 -0300
commit31c44fea50380513bdc16d58891ba9e5ba7ecc31 (patch)
tree7c51617abba38949d4da50a0142802ecce9ae797
parentdb9874a33cfb35d639b9ddf5347d7c60d5647b9a (diff)
Version bumped.sb-1.0.7
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 911cd68d6..9868ad3f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/
${CMAKE_MODULE_PATH})
find_package(Qt4 4.5.0)
-find_package(ApiExtractor 0.10.6 REQUIRED)
-find_package(GeneratorRunner 0.6.12 REQUIRED)
+find_package(ApiExtractor 0.10.7 REQUIRED)
+find_package(GeneratorRunner 0.6.13 REQUIRED)
find_package(PythonLibs)
find_package(PythonInterpWithDebug)
@@ -16,7 +16,7 @@ add_definitions(${QT_DEFINITIONS})
set(shiboken_MAJOR_VERSION "1")
set(shiboken_MINOR_VERSION "0")
-set(shiboken_MICRO_VERSION "6")
+set(shiboken_MICRO_VERSION "7")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
option(BUILD_TESTS "Build tests." TRUE)