aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-05-04 10:56:31 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-05-04 10:56:50 -0300
commit92c88418c8c737dd55d35fbf1d28729ac01445b0 (patch)
tree80107b1d34910c097d1cae98d99a1fc09d7b1e21 /CMakeLists.txt
parent5cf1569284d049bdc5254547a6b58b7a685ee2b3 (diff)
Bump version to 0.4.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e96dd2d45..4777909f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,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 "4")
-set(generator_MICRO_VERSION "1")
+set(generator_MICRO_VERSION "2")
set(generator_VERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}.${generator_MICRO_VERSION}")
set(generator_plugin_DIR ${LIB_INSTALL_DIR}/generatorrunner)