aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-15 15:13:56 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:05:59 -0300
commitf392fc2f236bb351f8cfc2d4172179dbb90d6033 (patch)
treed857250bc2ff8400e77cdfe66f7b20b13d6f752b
parentc2042f5a384d9f47afdcc260e1efdd56f283ce5d (diff)
Version bump
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f72ef816..ab604af9f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,7 @@ set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE PATH "The s
set(shiboken_MAJOR_VERSION "0")
set(shiboken_MINOR_VERSION "5")
-set(shiboken_MICRO_VERSION "0")
+set(shiboken_MICRO_VERSION "1")
set(shiboken_VERSION "${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}.${shiboken_MICRO_VERSION}")
if(ENABLE_VERSION_SUFFIX)
set(shiboken_SUFFIX "-${shiboken_MAJOR_VERSION}.${shiboken_MINOR_VERSION}")
diff --git a/doc/conf.py b/doc/conf.py
index f7ea16e7f..4468df702 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,9 +49,9 @@ copyright = u'2009, Nokia Corporation'
# built documents.
#
# The short X.Y version.
-version = '0.3'
+version = '0.5'
# The full version, including alpha/beta/rc tags.
-release = '0.3.1'
+release = '0.5.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.