Version bump for 5.0
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 29 Jun 2014 20:51:47 +0000 (22:51 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Sun, 29 Jun 2014 20:51:47 +0000 (22:51 +0200)
Change-Id: I7ef67766e28e7ac65f9e027e61bfb9f13809d543

CMakeLists.txt

index 666f40b6dc43373865a29ab2eb2cf33e8ab176d9..583a9a5c7b135eccb3ac9327fd8b9cfeafc324d0 100644 (file)
@@ -58,12 +58,12 @@ 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-rc1-dev")
+set(PROJECT_VERSION "5.0.1-dev")
 # 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-rc1")
+set(REGRESSIONTEST_VERSION "5.0.1-dev")
 # 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