From 9422594755d77feb64f5384990ba707b43b06438 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 13 May 2015 16:26:41 +0200 Subject: [PATCH] Version bumps after new release Numbers bumped, -dev tag replaced. Change-Id: Ida285019b80e4de6d397f1a34528553404951ede --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 717008b5a6..628e30d4c6 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.5") +set(PROJECT_VERSION "5.0.6-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.5") +set(REGRESSIONTEST_VERSION "5.0.6-dev") # The MD5 checksum of the regressiontest tarball. Only used if "-dev" # is not present in the PROJECT_VERSION set(REGRESSIONTEST_MD5SUM "c3258e8c3162ce851718d1649e33e565") -- 2.22.0