Version bump for 5.0-rc1
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 7 Apr 2014 15:37:18 +0000 (17:37 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 7 Apr 2014 16:12:54 +0000 (18:12 +0200)
Change-Id: I2e855832ce3d8301a63fe32ea8e5077ad7c082c6

CMakeLists.txt

index 4922e03f47e0471e7b5eae63cc1b4fa73f95b768..7a730a9e356eccdd08449d0ec9a30ab9c41f69ad 100644 (file)
@@ -52,12 +52,12 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
 # machine with no git.
 #
 # NOTE: when releasing the "-dev" suffix needs to be stripped off!
-set(PROJECT_VERSION "5.0-beta2-dev")
+set(PROJECT_VERSION "5.0-rc1-dev")
 # The version number of the regressiontest tarball against which this
 # git branch can be tested. Normally, this will be the version of the
 # last patch release. Comment the next line out for branches leading
 # to a major/minor release.
-set(REGRESSIONTEST_VERSION "5.0-beta1")
+set(REGRESSIONTEST_VERSION "5.0-rc1")
 set(CUSTOM_VERSION_STRING ""
     CACHE STRING "Custom version string (if empty, use hard-coded default)")
 mark_as_advanced(CUSTOM_VERSION_STRING)