From: Paul Bauer Date: Wed, 3 Mar 2021 13:35:30 +0000 (+0100) Subject: GROMACS 2020.6 release X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=7919cfc88c6bbd6daac2a1ad6c828b4e1c748f0c;p=alexxy%2Fgromacs.git GROMACS 2020.6 release Set DOI strings. Set release date. Update regtest hash. --- diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index e1e5a5ecf6..4e8c151c6f 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -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 "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}") @@ -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.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) diff --git a/docs/release-notes/2020/2020.6.rst b/docs/release-notes/2020/2020.6.rst index 9252eb0b3a..e4c2377079 100644 --- a/docs/release-notes/2020/2020.6.rst +++ b/docs/release-notes/2020/2020.6.rst @@ -1,7 +1,7 @@ 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.