Skip to content

Commit

Permalink
GROMACS 2022.4 release
Browse files Browse the repository at this point in the history
Update regressiontest MD5 check sum. Set DOI strings. Set release date.
  • Loading branch information
SebastianWingbermuehle committed Nov 16, 2022
1 parent a35b891 commit 4fa28e8
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 @@ -241,7 +241,7 @@ set(REGRESSIONTEST_BRANCH "release-2022")
# directory name within the regressiontests tarball, which affects the
# md5sum of the tarball. The matching md5sum has to go here, and if it
# isn't right the real release workflow will report a failure.
set(REGRESSIONTEST_MD5SUM "8584acd009f9c98336107b88f245563a" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
set(REGRESSIONTEST_MD5SUM "33efe7bdcfdff0cbe0eb185dded30077" 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 @@ -284,8 +284,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.7323409") # Set correct doi string here
set(GMX_SOURCE_DOI_INTERNAL "10.5281/zenodo.7323393") # 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/2022/2022.4.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROMACS 2022.4 release notes
----------------------------

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

0 comments on commit 4fa28e8

Please sign in to comment.