aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingware.com>2014-04-22 08:05:08 -0700
committerJohn Cummings <jcummings2@users.sf.net>2014-04-22 17:42:48 +0200
commit4e0031258b9098c5dc02b34e5eb570e54307e6b5 (patch)
treeeb1bd6000bd1194c2f490e0854f545e589d091f4
parente2897e156f697ce4d89e8df50f7083fff7909372 (diff)
Version bump
Change-Id: I4da6558dfa2dd2aaae6343d2363b7fcfc7786f45 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 00b352a92..cac90d3c3 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 "1")
+set(shiboken_MICRO_VERSION "2")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
option(BUILD_TESTS "Build tests." TRUE)