From 9a84255cee1e6ace332d1455bf1476e493292fec Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Fri, 24 Nov 2017 21:43:38 +0100 Subject: [PATCH] GROMACS 2018 first beta release Change-Id: I153d464d62e99f429dd31accf21bae033da4b61c --- cmake/gmxVersionInfo.cmake | 9 +++++---- docs/user-guide/cmdline.rst | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 48fa2b5b67..74eabbea4a 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -55,6 +55,7 @@ # GROMACS 5.0 0 # GROMACS 5.1 1 # GROMACS 2016 2 +# GROMACS 2018 3 # LIBRARY_SOVERSION_MINOR so minor version for the built libraries. # Should be increased for each release that changes only the implementation. # In GROMACS, the typical policy is to increase it for each patch version @@ -184,13 +185,13 @@ # 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 2017) +set(GMX_VERSION_MAJOR 2018) 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 "") +set(GMX_VERSION_SUFFIX "-beta1") # Conventionally with libtool, any ABI change must change the major # version number, the minor version number should change if it's just @@ -224,8 +225,8 @@ if (NOT SOURCE_IS_SOURCE_DISTRIBUTION AND endif() set(REGRESSIONTEST_VERSION "${GMX_VERSION_STRING}") -set(REGRESSIONTEST_BRANCH "refs/heads/master") -set(REGRESSIONTEST_MD5SUM "366438549270d005fa6def6e56ca0256" CACHE INTERNAL "MD5 sum of the regressiontests tarball") +set(REGRESSIONTEST_BRANCH "refs/heads/release-2018") +set(REGRESSIONTEST_MD5SUM "dd80f07a36e10c8cb44c72c3ac3a8705" CACHE INTERNAL "MD5 sum of the regressiontests tarball") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}") diff --git a/docs/user-guide/cmdline.rst b/docs/user-guide/cmdline.rst index 4148300c14..e94a980885 100644 --- a/docs/user-guide/cmdline.rst +++ b/docs/user-guide/cmdline.rst @@ -141,7 +141,7 @@ linked help for the new commands for a full description. This section lists only major changes; minor changes like additional/removed options or bug fixes are not typically included. -Version 2017 +Version 2018 ^^^^^^^^^^^^ gmx trajectory -- 2.11.4.GIT