From 3f4b5436e5291ef8a91f1667e9f971c061a0cf6e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 6 May 2015 11:01:33 +0200 Subject: Bump version to 0.7.0 Signed-off-by: Andreas Schneider --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 199082e7..ebd6bd0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO # Increment AGE. Set REVISION to 0 # If the source code was changed, but there were no interface changes: # Increment REVISION. -set(LIBRARY_VERSION "4.3.0") +set(LIBRARY_VERSION "4.4.0") set(LIBRARY_SOVERSION "4") # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked -- cgit v1.2.3