GROMACS 2020 first beta release
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 9 Sep 2019 09:04:37 +0000 (11:04 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 25 Sep 2019 11:30:38 +0000 (13:30 +0200)
Updated regressiontest hash.
TODO branch 2020 from master and set correct regressiontest branch.

Change-Id: Ibe58dfbec933aa6166a7573d2d371614dbacb52f

cmake/gmxVersionInfo.cmake

index f2589703d00a8683687c517d4de336520cad034b..ff8a3db586cd41ada30077303174fd24f08f70b3 100644 (file)
@@ -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 "")
+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
@@ -254,13 +254,13 @@ if (NOT SOURCE_IS_SOURCE_DISTRIBUTION AND
 endif()
 
 set(REGRESSIONTEST_VERSION "${GMX_VERSION_STRING}")
-set(REGRESSIONTEST_BRANCH "refs/heads/master")
+set(REGRESSIONTEST_BRANCH "refs/heads/master") # TODO change to release-2020
 # 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 "3d06d41e07f523d70ae575b9ad75c670" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "79df37f5563fb8f913890a0abf6f6298" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")