aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-22 18:47:40 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:09:58 -0300
commit84ee7678b9e251305951f0284638e0fd7240aceb (patch)
tree63a4d2434a4b14402284640b2a40a075f67a3ddd
parenta8c7de762214a48b1c52ad3ddcc32391fff39cef (diff)
Bump version to 0.4.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a918c8cc..bd0823d86 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/tests)
set(apiextractor_MAJOR_VERSION 0)
set(apiextractor_MINOR_VERSION 4)
-set(apiextractor_MICRO_VERSION 0)
+set(apiextractor_MICRO_VERSION 1)
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)