GROMACS version 2019.4
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 25 Sep 2019 09:47:18 +0000 (11:47 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 2 Oct 2019 05:16:14 +0000 (07:16 +0200)
Set DOI strings.
Updated regressiontest hash

Change-Id: Ic63b9942083b122a3d5ce509da51a29a65aa89a6

cmake/gmxVersionInfo.cmake
docs/release-notes/2019/2019.4.rst

index f293ad9ad23cc107fcd3745086a3af99ecfe9812..35340addb8a95e401ba0ff2fb6bff7e0e3cafe50 100644 (file)
@@ -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
index ec0a89d4fc20f5152a5efcf81240a610ccc97230..195be46ebcd45f3c144c797215cec4d649b08028 100644 (file)
@@ -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