Version 2019.3
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 12 Jun 2019 07:36:58 +0000 (09:36 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 14 Jun 2019 11:26:05 +0000 (13:26 +0200)
Added DOI strings.
Updated regressiontest hash.

Change-Id: If0a3389653dc3594a69886c8a9031af0dc9ddff2

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

index a458f60a938415005ba6ba78aa7421f54ce946a4..19ed5ecfe47fb0f37b3b368baec2a685ab80c6ae 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 "2fe59ccb4b729128ab8f428cf11c5cfa" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "d60f1a930705248d9779f37325736af3" 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.3243834" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE)
+set(GMX_SOURCE_DOI "10.5281/zenodo.3243833" CACHE INTERNAL "reserved doi for GROMACS source code" FORCE)
 
 #####################################################################
 # git version info management
index c5cab59b77b60298c4cb0b00a3276aea981d33b7..d1a8533043a0b85948931cf6fbc69adc305f10de 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2019.3 release notes
 ----------------------------
 
-This version was released on TODO, 2019. These release notes
+This version was released on June 14, 2019. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2019.2 version, to fix known issues. It also incorporates all
 fixes made in version 2018.7 and earlier, which you can find described