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>
Tue, 9 Dec 2014 14:01:48 +0000 (15:01 +0100)
Numbers bumped, -dev tag replaced.

Change-Id: I823a0a79a805c67988a461d891771ff999c6548f

CMakeLists.txt

index ea6d1d6afa2c89c491d1901e9230c3d1c5b1648e..5e53b808088b2186a568373cf97ddf947cc858bc 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.3")
+set(PROJECT_VERSION "5.0.4-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.3")
+set(REGRESSIONTEST_VERSION "5.0.4-dev")
 # The MD5 checksum of the regressiontest tarball. Only used if "-dev"
 # is not present in the PROJECT_VERSION
 set(REGRESSIONTEST_MD5SUM "9a72c01017a09be959e2aa66f5be2315")