diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-11-10 15:29:56 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-11-10 15:36:28 -0200 |
commit | 1f96f42eb019097ec4f145adce6a4fe342171530 (patch) | |
tree | f2967b1a6dd9d30d2dcfe92bf35c0ab362ac93f0 | |
parent | 4a21523d46b4aa09d2435e351b0dfb1c95dcee05 (diff) | |
download | shiboken-1f96f42eb019097ec4f145adce6a4fe342171530.tar.gz shiboken-1f96f42eb019097ec4f145adce6a4fe342171530.tar.xz shiboken-1f96f42eb019097ec4f145adce6a4fe342171530.zip |
Bump version to 1.0.0
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f2c29a64..9fd6ff32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,9 +14,9 @@ find_package(PythonInterpWithDebug) add_definitions(${QT_DEFINITIONS}) -set(shiboken_MAJOR_VERSION "0") -set(shiboken_MINOR_VERSION "5") -set(shiboken_MICRO_VERSION "2") +set(shiboken_MAJOR_VERSION "1") +set(shiboken_MINOR_VERSION "0") +set(shiboken_MICRO_VERSION "0") set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}") option(AVOID_PROTECTED_HACK "Avoid protected hack on generated bindings." FALSE) |