Bump .so version and project version
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 17 Oct 2011 12:30:37 +0000 (14:30 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 17 Oct 2011 12:30:37 +0000 (14:30 +0200)
CMakeLists.txt
src/CMakeLists.txt

index 444d603..37811d6 100644 (file)
@@ -2,7 +2,7 @@
 project(libi2ncommon)
 
 # Version settings
-set(VERSION 2.3)
+set(VERSION 2.4)
 
 SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
 
index 0e743e8..f29e1ce 100644 (file)
@@ -59,7 +59,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 3)
+set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 4)
 
 install(TARGETS i2ncommon
         LIBRARY DESTINATION lib