From d0f4d596b6b73d223fee4a88c3df485bb97e6d31 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Mon, 16 Dec 2019 12:36:38 +0100 Subject: [PATCH] GROMACS version 2019.5 Added doi strings Updated regressiontest hash. Change-Id: If6c34638caf40f562fd8a744af767be4941ff73b --- cmake/gmxVersionInfo.cmake | 6 +++--- docs/release-notes/2019/2019.5.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index b92786de69..a46ce88045 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -240,7 +240,7 @@ set(REGRESSIONTEST_BRANCH "refs/heads/release-2019") # 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 "6b12a3b6a32d21df03a76bb7866d0b23" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") +set(REGRESSIONTEST_MD5SUM "3de77ca9b17eded01a708f7aaeac3c0a" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}") @@ -257,8 +257,8 @@ endif() # from Zenodo for the manual and source code # Has to be done by hand before every final release # Use force to override anything given as a cmake command line input -set(GMX_MANUAL_DOI "" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE) -set(GMX_SOURCE_DOI "" CACHE INTERNAL "reserved doi for GROMACS source code" FORCE) +set(GMX_MANUAL_DOI "10.5281/zenodo.3577988" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE) +set(GMX_SOURCE_DOI "10.5281/zenodo.3577986" CACHE INTERNAL "reserved doi for GROMACS source code" FORCE) ##################################################################### # git version info management diff --git a/docs/release-notes/2019/2019.5.rst b/docs/release-notes/2019/2019.5.rst index 57a041e63a..f526dc3ee1 100644 --- a/docs/release-notes/2019/2019.5.rst +++ b/docs/release-notes/2019/2019.5.rst @@ -1,10 +1,10 @@ GROMACS 2019.5 release notes ---------------------------- -This version was released on TODO, 2019. These release notes +This version was released on December 23rd, 2019. These release notes document the changes that have taken place in GROMACS since the previous 2019.4 version, to fix known issues. It also incorporates all -fixes made in version 2018.7 and earlier, which you can find described +fixes made in version 2018.8 and earlier, which you can find described in the :ref:`release-notes`. .. Note to developers! -- 2.22.0