From: Teemu Murtola Date: Thu, 10 Jul 2014 13:41:15 +0000 (+0300) Subject: Bump SOVERSION X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=9944846c408587cede17ff2a54c2369c6b9e3e0e;p=alexxy%2Fgromacs.git Bump SOVERSION There for sure have already been binary-incompatible changes in master compared to 5.0, and there will be more. Change-Id: I8522e8b140920e4c3123cb94ad62e760e3869043 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a876dca72e..3adbee4b66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")