From: Paul Bauer Date: Tue, 20 Oct 2020 07:15:59 +0000 (+0200) Subject: Revert "GROMACS 2021 first beta release" X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=3271c4ef1a2b62ab8663a97aa310312f45d01c05;p=alexxy%2Fgromacs.git Revert "GROMACS 2021 first beta release" This reverts commit 6e84b715331a92750bdb2c697e6d810262a5ffb5. Version string is not correct. --- diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 69d7e5b887..5343f20a17 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -203,7 +203,7 @@ set(GMX_VERSION_PATCH 0) # 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 @@ -256,13 +256,13 @@ if (NOT SOURCE_IS_SOURCE_DISTRIBUTION AND endif() set(REGRESSIONTEST_VERSION "${GMX_VERSION_STRING}") -set(REGRESSIONTEST_BRANCH "master") # TODO branch to 2021 +set(REGRESSIONTEST_BRANCH "master") # Run the regressiontests packaging job with the correct pakage # version string, and the release box checked, in order to have it # build the regressiontests tarball with all the right naming. The # naming affects the md5sum that has to go here, and if it isn't right # release workflow will report a failure. -set(REGRESSIONTEST_MD5SUM "bcb51812ebd6eb6fed7c21bae3a98423" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") +set(REGRESSIONTEST_MD5SUM "b75c3b1bac0e4114e236f049fc7f1f1c" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")