diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-10-20 11:31:32 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2012-03-09 19:10:19 -0300 |
commit | fe7944368f2b1ed62b7002dae33bba5352c6f637 (patch) | |
tree | 31fcb0957a1c114f26d2f5a5e8589278dbaf84cd | |
parent | f12e470665c66101baf3a52fca0737b5102d5420 (diff) |
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d6d08d09..2c062ae81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ endif () set(apiextractor_MAJOR_VERSION 0) set(apiextractor_MINOR_VERSION 10) -set(apiextractor_MICRO_VERSION 7) +set(apiextractor_MICRO_VERSION 8) 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}) |