aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-11-24 11:29:29 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:12 -0300
commit8839242cca9a5d0730f0c09f5c8e34dffa45fb87 (patch)
treee78ce5e291b3d0508f94210c8be5fd8c8df4e029
parent840f54bb66ed4aae3b1659c518a9af83fc6a5f76 (diff)
Bump version to 0.9.0sb-0.9.0
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da7ffa8ff..8d5625af7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,8 +46,8 @@ if(BUILD_TESTS)
endif ()
set(apiextractor_MAJOR_VERSION 0)
-set(apiextractor_MINOR_VERSION 8)
-set(apiextractor_MICRO_VERSION 2)
+set(apiextractor_MINOR_VERSION 9)
+set(apiextractor_MICRO_VERSION 0)
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(apiextractor_SOVERSION ${apiextractor_MAJOR_VERSION}.${apiextractor_MINOR_VERSION})