From fd5aeba117dbb959af350d67d635a3d8545e75a0 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 18 Aug 2010 23:18:57 +0200 Subject: Change SOversion to 4.2.0 instead of 5.0.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bf1fdab5..1276d149 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,8 @@ 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 "5.0.0") -set(LIBRARY_SOVERSION "5") +set(LIBRARY_VERSION "4.2.0") +set(LIBRARY_SOVERSION "4") # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked set(CMAKE_MODULE_PATH -- cgit v1.2.3