GROMACS version 2020.5
authorChristian Blau <cblau.mail@gmail.com>
Wed, 6 Jan 2021 12:45:31 +0000 (12:45 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 6 Jan 2021 12:45:31 +0000 (12:45 +0000)
Set DOI strings.

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

index 88cfd71d7b022feafe8062038a2afd93c06ad021..9e88d810d146d0012e781999bcc322d7ba42125d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2014,2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by
+# Copyright (c) 2014,2015,2016,2017,2018,2019,2020,2021, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
@@ -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 "5965bd26a96f1b5916af0484aa1594e2" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "2cc8271562ada26a08d20defeccffbcf" 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.4420784") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.4420785") # 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 0a56c9db86d400119f5bd5a27a68f9ba4e4483c0..dae6a7cd9cbf8bed79cb09a7072b2088e201d297 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2020.5 release notes
 ----------------------------
 
-This version was released on TODO, 2020. These release notes
+This version was released on January 6th, 2021. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2020.4 version, to fix known issues. It also incorporates all
 fixes made in version 2019.6 and earlier, which you can find described