Version 5.0.4
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 9 Dec 2014 10:42:34 +0000 (11:42 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 15 Dec 2014 19:20:10 +0000 (20:20 +0100)
Removed -dev tags from versions. Bumped regressiontest hash.

Change-Id: Idcb1c288b0119c17a9ad644179e96c4734a798f6

CMakeLists.txt

index 5e53b808088b2186a568373cf97ddf947cc858bc..011dc6b89923affdac27a3d878982c3797e19293 100644 (file)
@@ -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.4-dev")
+set(PROJECT_VERSION "5.0.4")
 # 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.4-dev")
+set(REGRESSIONTEST_VERSION "5.0.4")
 # The MD5 checksum of the regressiontest tarball. Only used if "-dev"
 # is not present in the PROJECT_VERSION
-set(REGRESSIONTEST_MD5SUM "9a72c01017a09be959e2aa66f5be2315")
+set(REGRESSIONTEST_MD5SUM "81e8ff1600495ce2a57706dca9d73482")
 # 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