From: Gerd von Egidy Date: Thu, 17 Dec 2015 10:22:47 +0000 (+0100) Subject: increase version to 2.8, soversion to 6 since we changed the interface X-Git-Tag: v2.8^0 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=ac2f3723689d43f5eeeab0c8bcad276c0b00c8f5;p=libi2ncommon increase version to 2.8, soversion to 6 since we changed the interface --- 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}