Version bumps after new release
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 26 Jul 2015 09:31:00 +0000 (11:31 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Sun, 26 Jul 2015 09:31:00 +0000 (11:31 +0200)
Change-Id: Icfa27c2f62f4eb83cc57102e8b9239e1d8891e38

CMakeLists.txt

index d8c40c18d4fff67dd341f270e957718cb3b9277f..c3f49cecbcf56f86eb299af2dde0b5c5538bb1d3 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.6")
+set(PROJECT_VERSION "5.0.7-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.6")
+set(REGRESSIONTEST_VERSION "5.0.7-dev")
 # The MD5 checksum of the regressiontest tarball. Only used if "-dev"
 # is not present in the PROJECT_VERSION
 set(REGRESSIONTEST_MD5SUM "0f3b41e7a0fbb43efd6793d2b2fedacc")