Version bump after 4.6.7
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 29 Aug 2014 13:47:10 +0000 (15:47 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 29 Aug 2014 13:47:33 +0000 (15:47 +0200)
Change-Id: I1f2e73c2b94f31b67e65bf7cf188fb542391ab4d

CMakeLists.txt

index c3bfbb320977e69924c354676b56bed8bdc598ac..d890ed332a37ff26c2c33dfe0b8f5613e0ad05c7 100644 (file)
@@ -56,12 +56,12 @@ mark_as_advanced(DART_ROOT)
 # machine with no git. 
 #
 # NOTE: when releasing the "-dev" suffix needs to be stripped off!
-set(PROJECT_VERSION "4.6.7-dev")
+set(PROJECT_VERSION "4.6.8-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 "4.6.6")
+set(REGRESSIONTEST_VERSION "4.6.7")
 set(CUSTOM_VERSION_STRING ""
     CACHE STRING "Custom version string (if empty, use hard-coded default)")
 mark_as_advanced(CUSTOM_VERSION_STRING)