GROMACS version 2020.3
authorPaul Bauer <paul.bauer.q@gmail.com>
Thu, 9 Jul 2020 11:29:19 +0000 (11:29 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Thu, 9 Jul 2020 11:29:19 +0000 (11:29 +0000)
Set DOI strings to correct value.

Change-Id: Ib0f23e474a3db58b06c008bed4614fa6f9f85127

cmake/gmxVersionInfo.cmake
docs/release-notes/2020/2020.3.rst
docs/release-notes/index.rst

index 7ca2bff88208c52b04209629c0cdeae2d50fc81a..c3f8a5bb29428a72de90eab46e6f80f3d536373c 100644 (file)
@@ -260,7 +260,7 @@ set(REGRESSIONTEST_BRANCH "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 "b75c3b1bac0e4114e236f049fc7f1f1c" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "af185a2d997ae369fec5cb4b4124ea1f" 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.3923644") # Set correct doi string here
+    set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.3923645") # 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 050153c2da1e15eea6ea5c90bef709a4ebdf1457..7866900805e1bb5fca9aa3e082e52de15deaa4a8 100644 (file)
@@ -1,7 +1,7 @@
 GROMACS 2020.3 release notes
 ----------------------------
 
-This version was released on TODO, 2020. These release notes
+This version was released on July 9th, 2020. These release notes
 document the changes that have taken place in GROMACS since the
 previous 2020.2 version, to fix known issues. It also incorporates all
 fixes made in version 2019.6 and earlier, which you can find described
index 216de25a6abff9cc19ef880fb3538befbdcb4c84..63a2f90cb76ecdc6291a5ae68af8f9022c7afce8 100644 (file)
@@ -29,9 +29,9 @@ Patch releases
 .. toctree::
    :maxdepth: 1
 
-   2020/2020.1
-   2020/2020.2
    2020/2020.3
+   2020/2020.2
+   2020/2020.1
 
 Major release
 ^^^^^^^^^^^^^