aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-22 18:52:23 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-22 18:52:23 -0300
commit7f74f2f556677ce0685b92ac02570cbdbadb5f43 (patch)
tree9225e2f8060a923284c6b650d5e68c0b546c0889 /CMakeLists.txt
parent8dd68f78c4b3fde0484e1c45f793a5aed81ae7bf (diff)
Bump version to 0.4.1
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 a0abe524f..5a35ddcb7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,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 "0")
+set(generator_MICRO_VERSION "1")
set(generator_VERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}.${generator_MICRO_VERSION}")
set(generator_plugin_DIR ${LIB_INSTALL_DIR}/generatorrunner)