aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-08-18 12:16:40 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-08-18 12:16:40 -0300
commitc16d038b5b42ce8ca9d8a74eed66ec1045e04048 (patch)
treec62e4c8ef31dbabda2ba7ccea104a669a16d21eb
parent3e09c099aa3e87482d17b0b95e7e20a1a6b6641a (diff)
updated API Extractor version to 0.2sb-0.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a02f37db7..3bc5155da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,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_VERSION 0.1)
+set(apiextractor_VERSION 0.2)
configure_file(apiextractorversion.h.in ${CMAKE_CURRENT_BINARY_DIR}/apiextractorversion.h @ONLY)
set(QT_USE_QTCORE 1)
set(QT_USE_QTXML 1)