Version bumps after release
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 14 Oct 2015 15:06:18 +0000 (17:06 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 14 Oct 2015 15:06:18 +0000 (17:06 +0200)
Change-Id: Ic5e45220d2b44bcf74e66a32990d3ff1eb39722c

CMakeLists.txt

index 3460af44e30b157e54cbe4bed37572818d0a69d7..3370a082a03e337d4053aa780518d5a526049dc4 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.7")
+set(PROJECT_VERSION "5.0.8-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.7")
+set(REGRESSIONTEST_VERSION "5.0.8-dev")
 # The MD5 checksum of the regressiontest tarball. Only used if "-dev"
 # is not present in the PROJECT_VERSION
 set(REGRESSIONTEST_MD5SUM "15405ff03c20541dd8c8826f4207ba2d")