Bump soversion to 8 since ABI of the tmpfstream changed
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 1 Aug 2024 12:44:55 +0000 (14:44 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 1 Aug 2024 13:00:32 +0000 (15:00 +0200)
src/CMakeLists.txt

index a1894cc..881dd88 100644 (file)
@@ -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})