First release candidate for version 2018
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 26 Dec 2017 07:59:24 +0000 (18:59 +1100)
committerMark Abraham <mark.j.abraham@gmail.com>
Sat, 30 Dec 2017 14:18:46 +0000 (15:18 +0100)
Change-Id: I893e4a9c0f2684955554ad537e6d9609e5f83102

cmake/gmxVersionInfo.cmake

index 20ee7b7c644d623998f5b2204cc7ea56d6128815..e2936d960b328cc3a9829716e53bb4bf26b917b0 100644 (file)
@@ -191,7 +191,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 "-beta3")
+set(GMX_VERSION_SUFFIX "-rc1")
 
 # Conventionally with libtool, any ABI change must change the major
 # version number, the minor version number should change if it's just
@@ -226,7 +226,7 @@ endif()
 
 set(REGRESSIONTEST_VERSION "${GMX_VERSION_STRING}")
 set(REGRESSIONTEST_BRANCH "refs/heads/release-2018")
-set(REGRESSIONTEST_MD5SUM "c43d6db286ae52696ac595c43b081c23" CACHE INTERNAL "MD5 sum of the regressiontests tarball")
+set(REGRESSIONTEST_MD5SUM "d4c535a06fd8f34c9fd21e7ee5a30808" CACHE INTERNAL "MD5 sum of the regressiontests tarball")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")