summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-12-09 20:33:21 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:20 -0300
commit933e955e6b67422e7fd70130d4d3e84f7ee471c8 (patch)
tree437dbaf8a3781d9bc6e4234aae3406fa2e7223a5
parent5b610437268a09ca51f05efd36e270816f38258b (diff)
Version bump to 0.10.10.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc43da6..60478a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,7 @@ endif ()
set(apiextractor_MAJOR_VERSION 0)
set(apiextractor_MINOR_VERSION 10)
-set(apiextractor_MICRO_VERSION 9)
+set(apiextractor_MICRO_VERSION 10)
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})