aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-09 15:30:54 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:09 -0300
commit4c79cca936632da8fd6c9174babd4a9f72624f52 (patch)
tree3913910b0968845ed3a844af4e1d524ff098ba7d
parent396b71f4ddcbcdd7772bb9c02be8df642b7a1be2 (diff)
Bumping the version due to a BIC change in commit ce7f2121cd3583d67f26bcc87e8a1d2d11e599a6.
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f64e2c32..1787b1659 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,8 +45,8 @@ if(BUILD_TESTS)
endif ()
set(apiextractor_MAJOR_VERSION 0)
-set(apiextractor_MINOR_VERSION 7)
-set(apiextractor_MICRO_VERSION 1)
+set(apiextractor_MINOR_VERSION 8)
+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})