Skip to content

Commit

Permalink
Version bump to 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Oct 20, 2011
1 parent 6a174ec commit 64850d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 64850d9

Please sign in to comment.