Version bump after 4.6.6 release
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 7 Jul 2014 13:28:38 +0000 (15:28 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 7 Jul 2014 13:28:38 +0000 (15:28 +0200)
Change-Id: Ifac0db3a07caba28c123d233b54356a1db0d79ba

CMakeLists.txt

index eba719f96d68e92806affc1bc447e7abe9377a21..c3bfbb320977e69924c354676b56bed8bdc598ac 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.6-dev")
+set(PROJECT_VERSION "4.6.7-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.5")
+set(REGRESSIONTEST_VERSION "4.6.6")
 set(CUSTOM_VERSION_STRING ""
     CACHE STRING "Custom version string (if empty, use hard-coded default)")
 mark_as_advanced(CUSTOM_VERSION_STRING)