From 78cd0cd139d7ff54d449918871aab2abb92aca28 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 15 Aug 2018 16:54:30 +0200 Subject: [PATCH] Bump soversion to 7 since the pipestream interface changed --- src/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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}) -- 1.7.1