aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-10-20 11:38:30 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:18:23 -0300
commit77664040fab3aceab972e66a7cc1f6af6adc1528 (patch)
tree58204b415aa050eefa7f4e9034e28ef73dceb522
parentfaacc898e03e239d6f76ab18ae4cdb4805525b28 (diff)
Version bump to 1.0.8.
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3410e2f0..88c77c6ba 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.7 REQUIRED)
-find_package(GeneratorRunner 0.6.13 REQUIRED)
+find_package(ApiExtractor 0.10.8 REQUIRED)
+find_package(GeneratorRunner 0.6.14 REQUIRED)
add_definitions(${QT_DEFINITIONS})
set(shiboken_MAJOR_VERSION "1")
set(shiboken_MINOR_VERSION "0")
-set(shiboken_MICRO_VERSION "7")
+set(shiboken_MICRO_VERSION "8")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
option(BUILD_TESTS "Build tests." TRUE)