Skip to content

Commit

Permalink
GROMACS 2021.6 patch release
Browse files Browse the repository at this point in the history
Set release date.
Set DOI strings.
Updated regressiontest checksum.
  • Loading branch information
acmnpv committed Jul 8, 2022
1 parent 1c2045c commit bb12b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmake/gmxVersionInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ set(REGRESSIONTEST_BRANCH "release-2021")
# 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 "2d3761877c1855a9096a8082b73d370d" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
set(REGRESSIONTEST_MD5SUM "5f05ce3bb742b5db0ced02b34c8d1f1a" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")

# If you are making a custom fork of GROMACS, please describe your
# fork, perhaps with its version number, in the value of
Expand Down Expand Up @@ -285,8 +285,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.6801839") # Set correct doi string here
set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.6801842") # 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)
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/2021/2021.6.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROMACS 2021.6 release notes
----------------------------

This version was released on TODO, 2022. These release notes
This version was released on July 8th, 2022. These release notes
document the changes that have taken place in GROMACS since the
previous 2021.5 version, to fix known issues. It also incorporates all
fixes made in version 2020.6 and earlier, which you can find described
Expand Down

0 comments on commit bb12b84

Please sign in to comment.