Bump shared object version to 8
authorChristoph Junghans <junghans@votca.org>
Fri, 15 Feb 2013 17:29:46 +0000 (10:29 -0700)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 20 Feb 2013 10:34:54 +0000 (11:34 +0100)
libs are not compatible with the ones from Gromacs 4.5.x, which had so
version 6 through 4.5.6, and now so version 7 for 4.5.7.

Fixes #1147

Change-Id: If96fd044b00a99eb4ba8376ffa0a2ecbea37894a

CMakeLists.txt

index 75890d1e455b5adb417bc26dd30c9c259dafc579..123c53363e06e2282cb07e14b7bb339eb1895647 100644 (file)
@@ -63,7 +63,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 8)
 # 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 "6")