From b7cac57f40cd7fa990d98a6e7dad81ed266cece9 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 20 Oct 2011 19:58:11 -0200 Subject: Bump version to 1.0.9. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 88c77c6ba..45dda1bee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ add_definitions(${QT_DEFINITIONS}) set(shiboken_MAJOR_VERSION "1") set(shiboken_MINOR_VERSION "0") -set(shiboken_MICRO_VERSION "8") +set(shiboken_MICRO_VERSION "9") set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}") option(BUILD_TESTS "Build tests." TRUE) -- cgit v1.2.3