aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2013-07-21 18:05:35 -0400
committerJohn Cummings <jcummings2@users.sf.net>2013-07-22 15:31:06 +0200
commit9da47455fa23323c68af13f1cd44ee2380b6c682 (patch)
treed88099ef9d63511d8b4a9ce89b974dadc585aa0a
parentfddf371c86bb3c2339c518859f6bd3e1721dda88 (diff)
Bump version number to 1.2.1
Change-Id: I96686740c2572818fce36de23cf2c16f127fdda9 Reviewed-by: Roman Lacko <backup.rlacko@gmail.com> Reviewed-by: John Cumming <john@jsolutions.co.uk> Reviewed-by: John Cummings <jcummings2@users.sf.net>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5ec9d5..5c29cf9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ add_definitions(${QT_DEFINITIONS})
set(shiboken_MAJOR_VERSION "1")
set(shiboken_MINOR_VERSION "2")
-set(shiboken_MICRO_VERSION "0")
+set(shiboken_MICRO_VERSION "1")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
option(BUILD_TESTS "Build tests." TRUE)