From: Thomas Jarosch Date: Thu, 1 Aug 2024 12:44:55 +0000 (+0200) Subject: Bump soversion to 8 since ABI of the tmpfstream changed X-Git-Tag: v2.12~2 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=6c22e272b94094220d4d860eea29d963059d7d00;p=libi2ncommon Bump soversion to 8 since ABI of the tmpfstream changed --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a1894cc..881dd88 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -69,7 +69,7 @@ target_link_libraries(i2ncommon ${OPENSSL_LIBRARIES} ${PCRECPP_LIBRARIES}) -set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 7) +set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 8) set_target_properties(i2ncommon PROPERTIES OUTPUT_NAME i2ncommon CLEAN_DIRECT_OUTPUT 1) add_library(i2ncommon_static STATIC ${cpp_sources} ${cpp_headers})