GROMACS version 2020.4
authorPaul Bauer <paul.bauer.q@gmail.com>
Tue, 6 Oct 2020 11:23:18 +0000 (11:23 +0000)
committerJoe Jordan <ejjordan12@gmail.com>
Tue, 6 Oct 2020 11:23:18 +0000 (11:23 +0000)
Updated regtest hash and set DOI strings.

Change-Id: I42e99173615898b963c86b0a1db3770c5f071051

cmake/gmxVersionInfo.cmake
docs/release-notes/2020/2020.4.rst

index 5b35bcc87ad11b444708953f2ec52e24efdbbbdd..455bf011e7124205f818cd2b336c3caf79744934 100644 (file)
@@ -260,7 +260,7 @@ set(REGRESSIONTEST_BRANCH "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 "af185a2d997ae369fec5cb4b4124ea1f" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "5965bd26a96f1b5916af0484aa1594e2" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")
@@ -283,8 +283,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.4054996") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.4054979") # 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 12987f9d8e5bb6ab8c33979d6f14be18e992b76b..4a5cd573024f6268a840b24e36fc71fd5597d745 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2020.4 release notes
 ----------------------------
 
-This version was released on TODO, 2020. These release notes
+This version was released on October 6th, 2020. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2020.3 version, to fix known issues. It also incorporates all
 fixes made in version 2019.6 and earlier, which you can find described