aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-12-30 15:27:12 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:18:36 -0300
commit2cd966ad20f64c03205f3a1e3f70920510247cc0 (patch)
treeda66f0f5f6722ca9cc24f1950e0952c36df0cd7e
parent7ca708a09839e4a9a9bb2f1fb600bf683d42c1e9 (diff)
Version bump to 1.1.0.sb-1.1.0
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0124bbae4..d0a014c94 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,14 +7,14 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/
${CMAKE_MODULE_PATH})
find_package(Qt4 4.5.0)
-find_package(ApiExtractor 0.10.9 REQUIRED)
-find_package(GeneratorRunner 0.6.15 REQUIRED)
+find_package(ApiExtractor 0.10.10 REQUIRED)
+find_package(GeneratorRunner 0.6.16 REQUIRED)
add_definitions(${QT_DEFINITIONS})
set(shiboken_MAJOR_VERSION "1")
-set(shiboken_MINOR_VERSION "0")
-set(shiboken_MICRO_VERSION "10")
+set(shiboken_MINOR_VERSION "1")
+set(shiboken_MICRO_VERSION "0")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
option(BUILD_TESTS "Build tests." TRUE)