Version 2020.1
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 24 Feb 2020 14:46:14 +0000 (15:46 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Tue, 3 Mar 2020 13:43:32 +0000 (14:43 +0100)
Set DOI strings.
Updated regressiontest hash.

Change-Id: I2fa83321688bf052516bab3301336d8b3145e458

cmake/gmxVersionInfo.cmake
docs/release-notes/2020/2020.1.rst

index 1f74a58e81e59a508704f525cc1db0ae47320a1d..1d736dce21d6110f307c458a30fa007be5dba8a3 100644 (file)
@@ -260,7 +260,7 @@ set(REGRESSIONTEST_BRANCH "refs/heads/release-2020")
 # 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 "2fe8e35878bc9ee3cf60e92d5b250175" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "b032e4517195b1f8cd9db87cee1b30df" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")
@@ -283,8 +283,8 @@ if (GMX_VERSION_STRING_OF_FORK)
     set(GMX_MANUAL_DOI_INTERNAL "")
     set(GMX_SOURCE_DOI_INTERNAL "")
 else()
-    set(GMX_MANUAL_DOI_INTERNAL "") # Set correct doi string here
-    set(GMX_SOURCE_DOI_INTERNAL "") # Set correct doi string here
+    set(GMX_MANUAL_DOI_INTERNAL "10.5281/zenodo.3685920") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.3685919") # Set correct doi string here
 endif()
 set(GMX_MANUAL_DOI ${GMX_MANUAL_DOI_INTERNAL} CACHE INTERNAL "reserved doi for GROMACS manual" FORCE)
 set(GMX_SOURCE_DOI ${GMX_SOURCE_DOI_INTERNAL} CACHE INTERNAL "reserved doi for GROMACS source code" FORCE)
index 4f1c038a9f053b38bc13cbcb8321f560e2368d2d..534d10a0b2c2d385d0ecd466c18cf0aa8be10677 100644 (file)
@@ -1,10 +1,10 @@
 GROMACS 2020.1 release notes
 ----------------------------
 
-This version was released on TODO, 2020. These release notes
+This version was released on March 3rd, 2020. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2020 version, to fix known issues. It also incorporates all
-fixes made in version 2019.5 and earlier, which you can find described
+fixes made in version 2019.6 and earlier, which you can find described
 in the :ref:`release-notes`.
 
 .. Note to developers!