Revert "GROMACS 2021.3 release"
authorBerk Hess <hess@kth.se>
Fri, 2 Jul 2021 07:33:45 +0000 (09:33 +0200)
committerBerk Hess <hess@kth.se>
Fri, 2 Jul 2021 07:33:45 +0000 (09:33 +0200)
This reverts commit c83234f62deaab566d0c4ccbef908adebfbe0bc4.

cmake/gmxVersionInfo.cmake
docs/release-notes/2021/2021.3.rst

index cef719724470d9553f22800b88480e9e3fe0e4c6..7ff192a629739063cf72435b2c31c28c100e7b0c 100644 (file)
@@ -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 "0f9b3b7daec2558d1de74b215d882361" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "62606f5f6ea37f6114b6e9cf58218f13" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")
@@ -285,8 +285,8 @@ if (GMX_VERSION_STRING_OF_FORK)
     set(GMX_MANUAL_DOI_INTERNAL "")
     set(GMX_SOURCE_DOI_INTERNAL "")
 else()
-    set(GMX_MANUAL_DOI_INTERNAL "10.5281/zenodo.5053220") # Set correct doi string here
-    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.5053201") # Set correct doi string here
+    set(GMX_MANUAL_DOI_INTERNAL "") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "") # Set correct doi string here
 endif()
 set(GMX_MANUAL_DOI ${GMX_MANUAL_DOI_INTERNAL} CACHE INTERNAL "reserved doi for GROMACS manual" FORCE)
 set(GMX_SOURCE_DOI ${GMX_SOURCE_DOI_INTERNAL} CACHE INTERNAL "reserved doi for GROMACS source code" FORCE)
index b641ba6c94e7c1e4d4c82854a520c4cacb873752..a9cccf969c0043e85d35b2c822bb2e5ba10a0022 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2021.3 release notes
 ----------------------------
 
-This version was released on July 1st, 2021. These release notes
+This version was released on TODO, 2021. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2021.2 version, to fix known issues. It also incorporates all
 fixes made in version 2020.6 and earlier, which you can find described