Bump shared object version to 7
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 15 Feb 2013 22:23:20 +0000 (23:23 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 15 Feb 2013 22:23:20 +0000 (23:23 +0100)
Almost certainly the ABI is binary incompatible for the 4.5.5 -> 4.5.6
transition, but we didn't think of handling the issue at the time.
So we can do so now.

Refs #1147

Change-Id: I15f978547d7fbcc9a72454067825c71c0ffb459a

CMakeLists.txt
configure.ac

index abac4714c98ce2b9adc2692a793e01670c7be18e..7bece80d518cddb7e919cc56fb64eeb7368653ea 100644 (file)
@@ -21,7 +21,7 @@ mark_as_advanced(CUSTOM_VERSION_STRING)
 if (CUSTOM_VERSION_STRING)
     set(PROJECT_VERSION ${CUSTOM_VERSION_STRING})
 endif (CUSTOM_VERSION_STRING)
-set(SOVERSION 6)
+set(SOVERSION 7)
 # It is a bit irritating, but this has to be set separately for now!
 SET(CPACK_PACKAGE_VERSION_MAJOR "4")
 SET(CPACK_PACKAGE_VERSION_MINOR "5")
index 7264288c9ec6156a9f35397149b3699b2fb66742..d4eeb2c6c3eb1256f13bb5d9b285e337f43d279a 100644 (file)
@@ -20,7 +20,7 @@ AC_PREFIX_DEFAULT(/usr/local/gromacs)
 AM_CONFIG_HEADER(src/config.h)
 dnl This is the version info according to the libtool versioning system.
 dnl It does *not* correspond to the release number.
-SHARED_VERSION_INFO="6:0:0"
+SHARED_VERSION_INFO="7:0:0"
 AC_SUBST(SHARED_VERSION_INFO)
 
 AC_ENABLE_SHARED