From e6a9deb15d1fe80c299b2d6ca285415fd1ccf1b3 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Tue, 30 Jun 2015 00:49:57 +0200 Subject: [PATCH] First 5.1 release candidate Change-Id: I89776d6dd4d170d4f259fa8ee761cf4f6878cbe0 --- cmake/gmxVersionInfo.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 61e595aa31..bc0de3b6b3 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -217,7 +217,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 "-beta1") +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 @@ -253,7 +253,7 @@ set(REGRESSIONTEST_BRANCH "refs/heads/master") # each release. It's hard to test because it is only used for # REGRESSIONTEST_DOWNLOAD, which doesn't work until that tarball has # been placed on the server. -set(REGRESSIONTEST_MD5SUM "6f8531a6e3c2a8912327b9cd450d8745" CACHE INTERNAL "MD5 sum of the regressiontests tarball") +set(REGRESSIONTEST_MD5SUM "bb67f145095249e9d4a93227fc4c352e" CACHE INTERNAL "MD5 sum of the regressiontests tarball") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_MINOR}*100 + ${GMX_VERSION_PATCH}") -- 2.22.0