From: Thomas Jarosch Date: Mon, 17 Oct 2011 12:30:37 +0000 (+0200) Subject: Bump .so version and project version X-Git-Tag: v2.6~25 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=7ef4ace0e1be7d2930c78fc60a2700f3c59c6415;p=libi2ncommon Bump .so version and project version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 444d603..37811d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(libi2ncommon) # Version settings -set(VERSION 2.3) +set(VERSION 2.4) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e743e8..f29e1ce 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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