Version bumps after new release
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 1 Oct 2014 12:31:12 +0000 (14:31 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 15 Dec 2014 20:33:15 +0000 (21:33 +0100)
Numbers bumped, -dev tag replaced.

Change-Id: I59bbe346656f1892e154f899bac361fcfeea65a1

CMakeLists.txt

index 011dc6b89923affdac27a3d878982c3797e19293..5daed5892c22abfba0ed100cad95fef5b8717b65 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.4")
+set(PROJECT_VERSION "5.0.5-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.4")
+set(REGRESSIONTEST_VERSION "5.0.5-dev")
 # The MD5 checksum of the regressiontest tarball. Only used if "-dev"
 # is not present in the PROJECT_VERSION
 set(REGRESSIONTEST_MD5SUM "81e8ff1600495ce2a57706dca9d73482")