new directories - increase the soversion to really make sure we don't miss to update...
[libi2ncommon] / src / CMakeLists.txt
index d0b0a6d..144a88c 100644 (file)
@@ -59,7 +59,7 @@ add_library(i2ncommon SHARED ${cpp_sources} ${cpp_headers})
 
 target_link_libraries(i2ncommon ${Boost_IOSTREAMS_LIBRARIES} ${Boost_THREAD_LIBRARIES} ${ICONV_LIBRARIES})
 
-set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 4)
+set_target_properties(i2ncommon PROPERTIES VERSION ${VERSION} SOVERSION 5)
 
 install(TARGETS i2ncommon
         LIBRARY DESTINATION lib${LIB_SUFFIX}