aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-15 15:10:55 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-09-15 15:10:55 -0300
commit3dc95645c3324d23744d779f7898a3e976b858a3 (patch)
tree0d090f4c8272a32cfe43e73788cc1153c385f025
parentc46e12c8c16894b4ac942e60bb47851768a2f91d (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 91a798bf0..448a88118 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE PATH "The s
# lib generator version
set(generator_MAJOR_VERSION "0")
set(generator_MINOR_VERSION "6")
-set(generator_MICRO_VERSION "1")
+set(generator_MICRO_VERSION "2")
set(generator_VERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}.${generator_MICRO_VERSION}")
set(generator_SOVERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}")
set(USE_GENERATOR_VERSION_SUFFIX FALSE CACHE BOOL "This suffix allow to have various generator version installed simultaneous.")
diff --git a/doc/conf.py b/doc/conf.py
index 19c53eeff..84d2a4e4a 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.5'
+version = '0.6'
# The full version, including alpha/beta/rc tags.
-release = '0.5'
+release = '0.6.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.