From f999f9316971f91544b7223828f1e519e4185091 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Fri, 8 Oct 2021 12:26:34 +0000 Subject: [PATCH] First 2022 beta release --- cmake/gmxVersionInfo.cmake | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 34c3a02492..20904e5427 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -204,7 +204,7 @@ set(GMX_VERSION_PATCH 0) # candidates, where it signifies the most recent such release from # this branch; it will be empty before the first such release, as well # as after the final release is out. -set(GMX_VERSION_SUFFIX "") +set(GMX_VERSION_SUFFIX "-beta1") # Conventionally with libtool, any ABI change must change the major # version number, the minor version number should change if it's just @@ -231,12 +231,14 @@ set(GMX_VERSION_STRING "${GMX_VERSION}${GMX_VERSION_SUFFIX}") set(REGRESSIONTEST_VERSION "${GMX_VERSION_STRING}") set(REGRESSIONTEST_BRANCH "master") -# Run the regressiontests packaging job with the correct pakage -# version string, and the release box checked, in order to have it -# 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 "93956ea42c4d16fdd541518c05972989" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version") +# Follow the relevant part of the release checklist at +# https://gitlab.com/gromacs/gromacs/-/wikis/Release-checklist#how-to-build-a-regressiontests-tarball +# in order to have it build the regressiontests tarball with all the +# right version naming. The version number and suffix goes into the +# 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 "9e122010c6e0fea35ec621a8e6561f7f" 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 -- 2.22.0