GROMACS 2021.2 release
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 5 May 2021 13:55:17 +0000 (13:55 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 5 May 2021 13:55:17 +0000 (13:55 +0000)
cmake/gmxVersionInfo.cmake
docs/release-notes/2021/2021.2.rst

index ae89ba427f40d97c3a7ed13326d4f1385ef3e84f..2a240c5abe97c3744d7339ec3c8d080c27813237 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 "a92db7ba55d146295233471d2a1d43a8" 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 "") # Set correct doi string here
-    set(GMX_SOURCE_DOI_INTERNAL "") # Set correct doi string here
+    set(GMX_MANUAL_DOI_INTERNAL "10.5281/zenodo.4723561") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.4723562") # 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 b23d68aa6398627e5608992ddf32d4a88001edc0..96beb3d8902ee8f272ae7631c0f0f16451d2a2ae 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2021.2 release notes
 ----------------------------
 
-This version was released on TODO, 2021. These release notes
+This version was released on May 5th, 2021. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2021.1 version, to fix known issues. It also incorporates all
 fixes made in version 2020.6 and earlier, which you can find described