Version bumps after new release
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 5 Sep 2014 12:21:56 +0000 (14:21 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 5 Sep 2014 12:21:56 +0000 (14:21 +0200)
Numbers bumped, -dev tag replaced.

Change-Id: Ie5d579a360e935743e99577e0d01779569156893

CMakeLists.txt

index 5529a4cebffb0416959b83c79e45bbde554e56e4..e4c92d25265da83fe2fd613ce8433cc0fd3c9472 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.1")
+set(PROJECT_VERSION "5.0.2-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.1")
+set(REGRESSIONTEST_VERSION "5.0.2-dev")
 # The MD5 checksum of the regressiontest tarball. Only used if "-dev"
 # is not present in the PROJECT_VERSION
 set(REGRESSIONTEST_MD5SUM "8c048dd4636a95a4c22870b249106bc5")