aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2013-06-28 10:15:22 -0500
committerJohn Cummings <jcummings2@users.sf.net>2013-07-01 17:55:39 +0200
commit1d8690ab38f1ec4d7902eece201d79c18c65d002 (patch)
treebb5671c9ccd7e317d466c26c8c7b789a98f6a45e
parent69a454e663aef660e96d0f089ca5eb5809e34395 (diff)
Bump the library version number to 1.21.2.0
Change-Id: I5dde75c011a976a1da235d11847bdc69014df5df Reviewed-by: Roman Lacko <backup.rlacko@gmail.com> Reviewed-by: John Cummings <jcummings2@users.sf.net>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8311202..f5ec9d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ find_package(Qt4 4.5.0)
add_definitions(${QT_DEFINITIONS})
set(shiboken_MAJOR_VERSION "1")
-set(shiboken_MINOR_VERSION "1")
-set(shiboken_MICRO_VERSION "2")
+set(shiboken_MINOR_VERSION "2")
+set(shiboken_MICRO_VERSION "0")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
option(BUILD_TESTS "Build tests." TRUE)