From ac2f3723689d43f5eeeab0c8bcad276c0b00c8f5 Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Thu, 17 Dec 2015 11:22:47 +0100 Subject: [PATCH] increase version to 2.8, soversion to 6 since we changed the interface --- CMakeLists.txt | 2 +- libi2ncommon.spec | 2 +- src/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff59834..a8dcec2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(libi2ncommon) # Version settings -set(VERSION 2.7) +set(VERSION 2.8) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") diff --git a/libi2ncommon.spec b/libi2ncommon.spec index 599e51b..3dac56f 100644 --- a/libi2ncommon.spec +++ b/libi2ncommon.spec @@ -17,7 +17,7 @@ Summary: library with functions common in Intra2net programs Name: libi2ncommon -Version: 2.7 +Version: 2.8 Release: 1 License: GPLv2 + linking exception Group: Development/Libraries diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b2801ce..7d4c5fc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -60,7 +60,7 @@ add_library(i2ncommon SHARED ${cpp_sources} ${cpp_headers}) target_link_libraries(i2ncommon ${Boost_IOSTREAMS_LIBRARIES} ${Boost_THREAD_LIBRARIES} ${ICONV_LIBRARIES}) -set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 5) +set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 6) install(TARGETS i2ncommon LIBRARY DESTINATION lib${LIB_SUFFIX} -- 1.7.1