From e8f609655996355fc3a332c0206b1e68867f9559 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Fri, 29 Aug 2014 15:47:10 +0200 Subject: [PATCH] Version bump after 4.6.7 Change-Id: I1f2e73c2b94f31b67e65bf7cf188fb542391ab4d --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3bfbb3209..d890ed332a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- 2.22.0