aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-08-03 19:47:23 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-08-03 19:47:23 -0300
commitf3a1585e6e2798aa105cb1f775afa75c21da0591 (patch)
treec39e82e83274db3b823b2329c331f3fc79cf16fe
parentee9e1f6155db49bbb46ecf6a4d264b5658a05e4a (diff)
Bump to version 0.4.1.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f1ee85ae..f12da8298 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,7 +57,7 @@ endif()
set(BINDING_NAME PySide)
set(BINDING_API_MAJOR_VERSION "0")
set(BINDING_API_MINOR_VERSION "4")
-set(BINDING_API_MICRO_VERSION "0")
+set(BINDING_API_MICRO_VERSION "1")
set(BINDING_API_VERSION "${BINDING_API_MAJOR_VERSION}.${BINDING_API_MINOR_VERSION}.${BINDING_API_MICRO_VERSION}")
if (NOT CMAKE_BUILD_TYPE)