Bump SOVERSION
authorTeemu Murtola <teemu.murtola@gmail.com>
Thu, 10 Jul 2014 13:41:15 +0000 (16:41 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 10 Jul 2014 13:41:15 +0000 (16:41 +0300)
There for sure have already been binary-incompatible changes in master
compared to 5.0, and there will be more.

Change-Id: I8522e8b140920e4c3123cb94ad62e760e3869043

CMakeLists.txt

index a876dca72e64b809b45c99d16bbdd8aea5286cfd..3adbee4b6654885585df6907a9ccb2e4ea0c692e 100644 (file)
@@ -76,7 +76,7 @@ mark_as_advanced(CUSTOM_VERSION_STRING)
 if (CUSTOM_VERSION_STRING)
     set(PROJECT_VERSION ${CUSTOM_VERSION_STRING})
 endif()
-set(LIBRARY_SOVERSION 0)
+set(LIBRARY_SOVERSION 1)
 set(LIBRARY_VERSION ${LIBRARY_SOVERSION}.0.0)
 # It is a bit irritating, but this has to be set separately for now!
 SET(CPACK_PACKAGE_VERSION_MAJOR "5")