git://developer.intra2net.com
/
libi2ncommon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ea48628
)
Bump soversion to 8 since ABI of the tmpfstream changed
author
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Thu, 1 Aug 2024 12:44:55 +0000 (14:44 +0200)
committer
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Thu, 1 Aug 2024 13:00:32 +0000 (15:00 +0200)
src/CMakeLists.txt
patch
|
blob
|
blame
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index
a1894cc
..
881dd88
100644
(file)
--- 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})