From a349e4beffcbe43be945226384d2a590b27263f0 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 1 Oct 2014 14:31:12 +0200 Subject: [PATCH] Version bumps after new release Numbers bumped, -dev tag replaced. Change-Id: I9aa220cc837b126ad694786178901db336d7121d --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03976032a0..53498532af 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.2") +set(PROJECT_VERSION "5.0.3-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.2") +set(REGRESSIONTEST_VERSION "5.0.3-dev") # The MD5 checksum of the regressiontest tarball. Only used if "-dev" # is not present in the PROJECT_VERSION set(REGRESSIONTEST_MD5SUM "004f2377adf252e2caa9c241390d4b9c") -- 2.22.0