X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=cmake%2FgmxVersionInfo.cmake;h=162b32818e3d36046e31d45f4c2d84fc83b5a1de;hb=319cda6ab5796f22b3bda871eb6bedb784ab55d8;hp=61e595aa312ae19484182b91815228dd905d00cd;hpb=67ebd75bb4680b07138b518978e8608a79cfbf80;p=alexxy%2Fgromacs.git diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 61e595aa31..162b32818e 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -211,13 +211,13 @@ endif() # The GROMACS convention is that these are the version number of the next # release that is going to be made from this branch. set(GMX_VERSION_MAJOR 5) -set(GMX_VERSION_MINOR 1) +set(GMX_VERSION_MINOR 2) set(GMX_VERSION_PATCH 0) # The suffix, on the other hand, is used mainly for betas and release # candidates, where it signifies the most recent such release from # this branch; it will be empty before the first such release, as well # as after the final release is out. -set(GMX_VERSION_SUFFIX "-beta1") +set(GMX_VERSION_SUFFIX "") # Conventionally with libtool, any ABI change must change the major # version number, the minor version number should change if it's just @@ -228,7 +228,7 @@ set(GMX_VERSION_SUFFIX "-beta1") # here. The important thing is to minimize the chance of third-party # code being able to dynamically link with a version of libgromacs # that might not work. -set(LIBRARY_SOVERSION_MAJOR 1) +set(LIBRARY_SOVERSION_MAJOR 2) set(LIBRARY_SOVERSION_MINOR 0) set(LIBRARY_VERSION ${LIBRARY_SOVERSION_MAJOR}.${LIBRARY_SOVERSION_MINOR}.0)