aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2009-10-02 15:47:43 -0300
committerLauro Neto <lauro.neto@openbossa.org>2009-10-02 15:58:02 -0300
commite2a2130624b143b35dd3beba8d4ff5527cf47b0d (patch)
tree681b6ac70735679058f4bf9c3d6ee0632b11e923 /CMakeLists.txt
parent512da8101cff0f3844704025a21f90dbd3db6274 (diff)
Bump version to 0.3.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 42d40af4f..c73580f49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -DAPIEXTRACTOR_ENABLE_DUPLICATE_EN
set(apiextractor_MAJOR_VERSION 0)
set(apiextractor_MINOR_VERSION 3)
-set(apiextractor_MICRO_VERSION 1)
+set(apiextractor_MICRO_VERSION 2)
set(apiextractor_VERSION "${apiextractor_MAJOR_VERSION}.${apiextractor_MINOR_VERSION}.${apiextractor_MICRO_VERSION}")
configure_file(apiextractorversion.h.in ${CMAKE_CURRENT_BINARY_DIR}/apiextractorversion.h @ONLY)
set(QT_USE_QTCORE 1)