aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2009-09-02 14:36:41 -0300
committerLauro Neto <lauro.neto@openbossa.org>2009-09-02 14:36:41 -0300
commit495f51aedd35a886b2ac04a6c54a78368cc28227 (patch)
tree8dee5bb10cf90721fe786157aaf49afce37e89d1 /CMakeLists.txt
parentad1ad43beddae554fbb456acc9c6485964df06d2 (diff)
Bump version to 0.4 (development version)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2eb260790..804bdbf8b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,12 +11,12 @@ 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 "3")
+set(generator_MINOR_VERSION "4")
set(generator_VERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}")
add_definitions(${QT_DEFINITIONS})
-set(boostpythongenerator_VERSION 0.2)
+set(boostpythongenerator_VERSION 0.4)
configure_file(boostpythongeneratorversion.h.in ${CMAKE_CURRENT_BINARY_DIR}/boostpythongeneratorversion.h @ONLY)
set(CMAKE_BUILD_TYPE Debug)