From f9b0993b944b6376bccc0c033ea4cea2d702d38b Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 7 Oct 2015 18:00:27 +0200 Subject: [PATCH] Version 5.0.7 Removed -dev tags from versions. Bumped regressiontest hash. Change-Id: I48dc392775665ed43553e0c8c7b2da76d3224b2e --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3f49cecbc..3460af44e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,15 +58,15 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) # NOTE: when releasing the "-dev" suffix needs to be stripped off! # REGRESSIONTEST_VERSION and REGRESSIONTEST_BRANCH should always be # defined. -set(PROJECT_VERSION "5.0.7-dev") +set(PROJECT_VERSION "5.0.7") # If this is a released tarball, "-dev" will not be present in # PROJECT_VERSION, and REGRESSIONTEST_VERSION specifies the version # number of the regressiontest tarball against which the code tarball # can be tested. This will be the version of the last patch release. -set(REGRESSIONTEST_VERSION "5.0.7-dev") +set(REGRESSIONTEST_VERSION "5.0.7") # The MD5 checksum of the regressiontest tarball. Only used if "-dev" # is not present in the PROJECT_VERSION -set(REGRESSIONTEST_MD5SUM "0f3b41e7a0fbb43efd6793d2b2fedacc") +set(REGRESSIONTEST_MD5SUM "15405ff03c20541dd8c8826f4207ba2d") # If this is not a released tarball, "-dev" will be present in # PROJECT_VERSION, and REGRESSIONTEST_BRANCH specifies the name of the # gerrit.gromacs.org branch whose HEAD can test this code, *if* this -- 2.11.4.GIT