From 5b91402b2496f603b80c0a84cdfe3e9b18a19c87 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 15 Apr 2010 18:48:53 -0300 Subject: Bump version to 0.5.0, due to ABI breackage. ApiExtractor is not prepared for binary compatibility, so this will happen a lot. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 31ff7e4b3..e6d3034d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,8 @@ if (BUILD_TESTS) endif() set(apiextractor_MAJOR_VERSION 0) -set(apiextractor_MINOR_VERSION 4) -set(apiextractor_MICRO_VERSION 1) +set(apiextractor_MINOR_VERSION 5) +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(QT_USE_QTCORE 1) -- cgit v1.2.3