Version bumps after new release
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 13 May 2015 14:26:41 +0000 (16:26 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 13 May 2015 14:26:41 +0000 (16:26 +0200)
Numbers bumped, -dev tag replaced.

Change-Id: Ida285019b80e4de6d397f1a34528553404951ede

CMakeLists.txt

index 717008b5a64060f9c002d8f9897f6b169b82641a..628e30d4c610001f59e46c8af6fe6750656dca59 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.5")
+set(PROJECT_VERSION "5.0.6-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.5")
+set(REGRESSIONTEST_VERSION "5.0.6-dev")
 # The MD5 checksum of the regressiontest tarball. Only used if "-dev"
 # is not present in the PROJECT_VERSION
 set(REGRESSIONTEST_MD5SUM "c3258e8c3162ce851718d1649e33e565")