GROMACS version 2019.5
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 16 Dec 2019 11:36:38 +0000 (12:36 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 23 Dec 2019 12:45:25 +0000 (13:45 +0100)
Added doi strings
Updated regressiontest hash.

Change-Id: If6c34638caf40f562fd8a744af767be4941ff73b

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

index b92786de69fc6a9f5d50e32cc8944448dffa6722..a46ce8804568e1f7f131b1f16602101268dbae54 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 "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
index 57a041e63ac5668959d2969d73de70e29f7eef27..f526dc3ee1ecd0aad6c83978865e9c0eb196fa4b 100644 (file)
@@ -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!