From ed48a3ccce9b7b117b1cdda1b226e8e92f99e08c Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Sun, 29 Jun 2014 22:51:47 +0200 Subject: [PATCH] Version bump for 5.0 Change-Id: I7ef67766e28e7ac65f9e027e61bfb9f13809d543 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.22.0