From: Mark Abraham Date: Mon, 7 Jul 2014 13:28:38 +0000 (+0200) Subject: Version bump after 4.6.6 release X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=0292846bea5e51ba1390cff81c23491f73287a6e;p=alexxy%2Fgromacs.git Version bump after 4.6.6 release Change-Id: Ifac0db3a07caba28c123d233b54356a1db0d79ba --- diff --git a/CMakeLists.txt b/CMakeLists.txt index eba719f96d..c3bfbb3209 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.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)