aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2009-08-31 18:17:09 -0300
committerLauro Neto <lauro.neto@openbossa.org>2009-09-01 21:25:46 -0300
commitad1ad43beddae554fbb456acc9c6485964df06d2 (patch)
treea7bf81d0c1891a12abf669ead2e83ce8f7b5b80b /CMakeLists.txt
parent267d9adb4f6e19b3c314a501f84d8fae22c0983c (diff)
Bump to 0.3
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 4e7bcb7d7..2eb260790 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,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 "1")
+set(generator_MINOR_VERSION "3")
set(generator_VERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}")
add_definitions(${QT_DEFINITIONS})