From: Thomas Jarosch Date: Wed, 15 Aug 2018 14:54:30 +0000 (+0200) Subject: Bump soversion to 7 since the pipestream interface changed X-Git-Tag: v2.10^0 X-Git-Url: http://developer.intra2net.com/git/?p=libi2ncommon;a=commitdiff_plain;h=78cd0cd139d7ff54d449918871aab2abb92aca28 Bump soversion to 7 since the pipestream interface changed --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 01a4e74..2ef9dc0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -66,7 +66,7 @@ target_link_libraries(i2ncommon ${ICONV_LIBRARIES} ${OPENSSL_LIBRARIES}) -set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 6) +set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 7) set_target_properties(i2ncommon PROPERTIES OUTPUT_NAME i2ncommon CLEAN_DIRECT_OUTPUT 1) add_library(i2ncommon_static STATIC ${cpp_sources} ${cpp_headers})