aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-04-06 16:06:30 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2011-04-06 16:06:30 -0300
commit0623d22816ea4c38aec72244c985a6e0c3cf0cc3 (patch)
tree1e2fcf1607a3d683f0e505e94ac5705d461b1e38
parent32a1fa45638cde71d29a1f74423cfcbdc56389ad (diff)
Version bumped to 0.6.9
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a32cc12b..e6509eee8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,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 "8")
+set(generator_MICRO_VERSION "9")
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.")