From: Mark Abraham Date: Sun, 29 Jun 2014 20:51:47 +0000 (+0200) Subject: Version bump for 5.0 X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=ed48a3ccce9b7b117b1cdda1b226e8e92f99e08c;p=alexxy%2Fgromacs.git Version bump for 5.0 Change-Id: I7ef67766e28e7ac65f9e027e61bfb9f13809d543 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 666f40b6dc..583a9a5c7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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