aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-06-09 15:20:16 +0200
committerChristian Tismer <ctismer@gmail.com>2015-06-09 15:20:16 +0200
commit915af4b18f2829aaff65b845568e65a308382987 (patch)
tree2ca596d177ce324b36a9a525f49cede615080903
parent823cc65ecf87fe2587815d1d61ae3289f9d95839 (diff)
bump the version number to 2.0.0
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f013007b..48ce7e36d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,9 +11,9 @@ find_package(Qt5 REQUIRED COMPONENTS Core)
add_definitions(${Qt5Core_DEFINITIONS})
-set(shiboken_MAJOR_VERSION "1")
-set(shiboken_MINOR_VERSION "2")
-set(shiboken_MICRO_VERSION "2")
+set(shiboken_MAJOR_VERSION "2")
+set(shiboken_MINOR_VERSION "0")
+set(shiboken_MICRO_VERSION "0")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
option(BUILD_TESTS "Build tests." TRUE)