aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2009-08-31 16:39:46 -0300
committerLauro Neto <lauro.neto@openbossa.org>2009-09-01 21:29:57 -0300
commitbf77e3dcecb165e45dd93046512aeb454b318e3a (patch)
treecbab70b6c4b8c0acbc3cc7d81beb73b9416bce67
parente2ac43587bf4549ca01f5f6092f7c164bf3395ef (diff)
Bump version to 0.3.sb-0.3
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c4e21a5a..a12db2cea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ pkg_check_modules(LIBXSLT REQUIRED libxslt>=1.1.19)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -DAPIEXTRACTOR_ENABLE_DUPLICATE_ENUM_VALUES")
set(apiextractor_MAJOR_VERSION 0)
-set(apiextractor_MINOR_VERSION 2)
+set(apiextractor_MINOR_VERSION 3)
set(apiextractor_VERSION "${apiextractor_MAJOR_VERSION}.${apiextractor_MINOR_VERSION}")
configure_file(apiextractorversion.h.in ${CMAKE_CURRENT_BINARY_DIR}/apiextractorversion.h @ONLY)
set(QT_USE_QTCORE 1)