aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-08-22 17:47:56 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:13 -0300
commit26c49c0b87e0efc065bcb7667aad71231f769028 (patch)
tree33ba892405ba405b2ff49921dbebdecc4be8fdc6
parent126d5e91482f4951a327ef6dfd766ea41c0a4658 (diff)
Version Bump.sb-1.0.6
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6f036270c..911cd68d6 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.5 REQUIRED)
-find_package(GeneratorRunner 0.6.11 REQUIRED)
+find_package(ApiExtractor 0.10.6 REQUIRED)
+find_package(GeneratorRunner 0.6.12 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 "5")
+set(shiboken_MICRO_VERSION "6")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
option(BUILD_TESTS "Build tests." TRUE)