Skip to content

Commit

Permalink
Version 5.0.7
Browse files Browse the repository at this point in the history
Removed -dev tags from versions. Bumped regressiontest hash.

Change-Id: I48dc392775665ed43553e0c8c7b2da76d3224b2e
  • Loading branch information
mabraham committed Oct 14, 2015
1 parent 55c69ac commit f9b0993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9b0993

Please sign in to comment.