From fe95b855f93f846cf45789915a1d1241343a1a95 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Tue, 26 Nov 2019 10:37:15 +0100 Subject: [PATCH] Third beta release of GROMACS 2020 Updated regressiontest hash Change-Id: I96be9b7b9f3f94f6eddf1fd4603cc829fd3e1848 --- cmake/gmxVersionInfo.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index f34389fe3b..dcc884b39a 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -201,7 +201,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 "-beta2") +set(GMX_VERSION_SUFFIX "-beta3") # Conventionally with libtool, any ABI change must change the major # version number, the minor version number should change if it's just @@ -260,7 +260,7 @@ set(REGRESSIONTEST_BRANCH "refs/heads/release-2020") # 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 "162edf7d9d520672f5fa5888aae60989" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") +set(REGRESSIONTEST_MD5SUM "639ae20f00e0311dcec8e5af7876abdb" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}") -- 2.22.0