GROMACS version 2020.2
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 29 Apr 2020 09:31:53 +0000 (11:31 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Thu, 30 Apr 2020 14:35:03 +0000 (14:35 +0000)
Update regressiontest hash.
Set DOI strings.

Change-Id: I708a1e340754d173b8c7ef47803e7fa525c9671a

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

index 40f87eee5631493645934b4d0cad1e0968ef395f..b6f086d687ffc126193da6ab87513c934e68d395 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 "b032e4517195b1f8cd9db87cee1b30df" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "b75c3b1bac0e4114e236f049fc7f1f1c" 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.3773799") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.3773801") # 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 8bbc994d4ffb96a5cf995633fd7d3715d285fc80..7120dbaa462804dfaa3c09ebd8f976cc04e0ee02 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2020.2 release notes
 ----------------------------
 
-This version was released on TODO, 2020. These release notes
+This version was released on April 30th, 2020. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2020.1 version, to fix known issues. It also incorporates all
 fixes made in version 2019.6 and earlier, which you can find described