From e5c202a49f707547b519857cb8c1a561a358bd70 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Mon, 24 Feb 2020 15:46:14 +0100 Subject: [PATCH] Version 2020.1 Set DOI strings. Updated regressiontest hash. Change-Id: I2fa83321688bf052516bab3301336d8b3145e458 --- cmake/gmxVersionInfo.cmake | 6 +++--- docs/release-notes/2020/2020.1.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 1f74a58e81..1d736dce21 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -260,7 +260,7 @@ set(REGRESSIONTEST_BRANCH "refs/heads/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 "2fe8e35878bc9ee3cf60e92d5b250175" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") +set(REGRESSIONTEST_MD5SUM "b032e4517195b1f8cd9db87cee1b30df" 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.3685920") # Set correct doi string here + set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.3685919") # 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.1.rst b/docs/release-notes/2020/2020.1.rst index 4f1c038a9f..534d10a0b2 100644 --- a/docs/release-notes/2020/2020.1.rst +++ b/docs/release-notes/2020/2020.1.rst @@ -1,10 +1,10 @@ GROMACS 2020.1 release notes ---------------------------- -This version was released on TODO, 2020. These release notes +This version was released on March 3rd, 2020. These release notes document the changes that have taken place in GROMACS since the previous 2020 version, to fix known issues. It also incorporates all -fixes made in version 2019.5 and earlier, which you can find described +fixes made in version 2019.6 and earlier, which you can find described in the :ref:`release-notes`. .. Note to developers! -- 2.11.4.GIT