increase version to 2.8, soversion to 6 since we changed the interface v2.8
authorGerd von Egidy <gerd.von.egidy@intra2net.com>
Thu, 17 Dec 2015 10:22:47 +0000 (11:22 +0100)
committerGerd von Egidy <gerd.von.egidy@intra2net.com>
Thu, 17 Dec 2015 10:22:47 +0000 (11:22 +0100)
CMakeLists.txt
libi2ncommon.spec
src/CMakeLists.txt

index ff59834..a8dcec2 100644 (file)
@@ -2,7 +2,7 @@
 project(libi2ncommon)
 
 # Version settings
-set(VERSION 2.7)
+set(VERSION 2.8)
 
 SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
 
index 599e51b..3dac56f 100644 (file)
@@ -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
index b2801ce..7d4c5fc 100644 (file)
@@ -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}