From 26eeabae2ac5f8b449d34bf472b1e506efdf35cd Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 11 Aug 2011 17:46:41 -0300 Subject: Version bump Reviewer: Marcelo Lira Luciano Wolf --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d646b2ef..736e78d50 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 5) +set(apiextractor_MICRO_VERSION 6) 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}) -- cgit v1.2.3