aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-07-08 17:27:33 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-07-09 10:46:25 -0300
commite826abb238fcd991f4496cc896a8e0c45cc81a48 (patch)
tree293b58ba48dcd371ed6c2ff1969cfaa8f61db1e9
parent9e005dea1040dbfa7d1746fe6fa64ab2c0e07f1a (diff)
Bump version due to ABI changes.
Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bf91efdb..a0f027cf6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(generatorrunner)
cmake_minimum_required(VERSION 2.6)
find_package(Qt4 4.5.0 REQUIRED)
-find_package(ApiExtractor 0.6 REQUIRED)
+find_package(ApiExtractor 0.7 REQUIRED)
option(BUILD_TESTS "Build tests." TRUE)
@@ -33,8 +33,8 @@ set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE PATH "The s
# lib generator version
set(generator_MAJOR_VERSION "0")
-set(generator_MINOR_VERSION "5")
-set(generator_MICRO_VERSION "1")
+set(generator_MINOR_VERSION "6")
+set(generator_MICRO_VERSION "0")
set(generator_VERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}.${generator_MICRO_VERSION}")
set(generator_SOVERSION "${generator_MAJOR_VERSION}.${generator_MINOR_VERSION}")