From: Mark Abraham Date: Mon, 29 Jun 2015 22:49:57 +0000 (+0200) Subject: First 5.1 release candidate X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=commitdiff_plain;h=e6a9deb15d1fe80c299b2d6ca285415fd1ccf1b3 First 5.1 release candidate Change-Id: I89776d6dd4d170d4f259fa8ee761cf4f6878cbe0 --- 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}")