Third GROMACS 2021 beta release
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 2 Dec 2020 14:39:57 +0000 (14:39 +0000)
committerSzilárd Páll <pall.szilard@gmail.com>
Wed, 2 Dec 2020 14:39:57 +0000 (14:39 +0000)
All features should now be stable before the release.

cmake/gmxVersionInfo.cmake

index 5a1fb99b093393f29c7dc1e17388afc2e62a682a..fd41267f9081f35b8124ca15313ee2d513b08ce6 100644 (file)
@@ -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 "-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
@@ -262,7 +262,7 @@ set(REGRESSIONTEST_BRANCH "release-2021")
 # 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 "168992305e10b44c58cd22130558e5fc" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "ca12c40c20575df76b1b8b1a351cb7b0" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")