Version 2019.1
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 13 Feb 2019 12:49:51 +0000 (13:49 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 15 Feb 2019 11:01:20 +0000 (12:01 +0100)
Updated regression test hash.
Set DOI strings.

Change-Id: If56a4e81c853af49ebe6a908bb9cc8883d24a7bc

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

index 46e3ede48fbf0ca4b931454f3d0b03b363e02962..cc8f478dfba6011bc4b3cb04964324c390e26e49 100644 (file)
@@ -82,7 +82,6 @@
 #       This ID is used for the source code tarball.
 #   GMX_MANUAL_DOI_ID
 #       Same as above, but for the reference manual.
-# Setting and retrieving of those variables is handled in gmxCheckReleaseDOI.cmake
 # They are collected into a single section below.
 # The following variables are set based on these:
 #   GMX_VERSION            String composed from GMX_VERSION_* numeric variables
@@ -241,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 "1271a74bfe91028b7f184866d5aee98e" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "36103a0078bf9a802e16ec982b4e5c4c" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")
@@ -258,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.2564761" CACHE INTERNAL "reserved doi for GROMACS manual" FORCE)
+set(GMX_SOURCE_DOI "10.5281/zenodo.2564764" CACHE INTERNAL "reserved doi for GROMACS source code" FORCE)
 
 #####################################################################
 # git version info management
index 94e14411421bd4fc24e5ce57b68f609ae17ba9df..168ead20651a6bb50533a5100f6ffdaa43547789 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2019.1 release notes
 ----------------------------
 
-This version was released on TODO, 2019. These release notes
+This version was released on February 15, 2019. These release notes
 document the changes that have taken place in GROMACS since the
 initial version 2019, to fix known issues. It also incorporates all
 fixes made in version 2018.5 and earlier, which you can find described