From 7a5af21c509250328cd31dbfdd11e7263bfd7666 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Wed, 25 Sep 2019 11:47:18 +0200 Subject: [PATCH] GROMACS version 2019.4 Set DOI strings. Updated regressiontest hash Change-Id: Ic63b9942083b122a3d5ce509da51a29a65aa89a6 --- cmake/gmxVersionInfo.cmake | 6 +++--- docs/release-notes/2019/2019.4.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index f293ad9ad2..35340addb8 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 "d60f1a930705248d9779f37325736af3" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") +set(REGRESSIONTEST_MD5SUM "6b12a3b6a32d21df03a76bb7866d0b23" 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.3460415" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE) +set(GMX_SOURCE_DOI "10.5281/zenodo.3460414" CACHE INTERNAL "reserved doi for GROMACS source code" FORCE) ##################################################################### # git version info management diff --git a/docs/release-notes/2019/2019.4.rst b/docs/release-notes/2019/2019.4.rst index ec0a89d4fc..195be46ebc 100644 --- a/docs/release-notes/2019/2019.4.rst +++ b/docs/release-notes/2019/2019.4.rst @@ -1,7 +1,7 @@ GROMACS 2019.4 release notes ---------------------------- -This version was released on TODO, 2019. These release notes +This version was released on October 2nd, 2019. These release notes document the changes that have taken place in GROMACS since the previous 2019.3 version, to fix known issues. It also incorporates all fixes made in version 2018.7 and earlier, which you can find described -- 2.11.4.GIT