GROMACS 2020.6 release
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 3 Mar 2021 13:35:30 +0000 (14:35 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 3 Mar 2021 13:54:23 +0000 (14:54 +0100)
Set DOI strings.
Set release date.
Update regtest hash.

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

index e1e5a5ecf63948a5fff5e67d2120f6c3aed34704..4e8c151c6fe6861a475b690b0438a35a37d87820 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.
 # 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 "2cc8271562ada26a08d20defeccffbcf" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "a76f7d8605b276e11f7e11d0906636ba" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")
 
 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(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.4576060") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.4576055") # 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)
 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 9252eb0b3a1903f5e6ac141a4f54d8a95272e04b..e4c2377079efd39ee1bd8c88f7f9e76dd4020a14 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2020.6 release notes
 ----------------------------
 
 GROMACS 2020.6 release notes
 ----------------------------
 
-This version was released on TODO, 2021. These release notes
+This version was released on March 4th, 2021. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2020.5 version, to fix known issues.
 
 document the changes that have taken place in GROMACS since the
 previous 2020.5 version, to fix known issues.