Bump soversion to 7 since the pipestream interface changed v2.10
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 15 Aug 2018 14:54:30 +0000 (16:54 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 15 Aug 2018 14:54:50 +0000 (16:54 +0200)
src/CMakeLists.txt

index 01a4e74..2ef9dc0 100644 (file)
@@ -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})