From 5cf83a5d6180fc12a5949044cee04c35208ee1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Mon, 23 Dec 2019 14:42:26 +0100 Subject: [PATCH] Increment CP2K development version number --- src/cp2k_info.F | 4 ++-- tools/doxify/Doxyfile.template | 2 +- tools/manual/index.html | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/cp2k_info.F b/src/cp2k_info.F index dccd5996b5..a387925baa 100644 --- a/src/cp2k_info.F +++ b/src/cp2k_info.F @@ -45,8 +45,8 @@ MODULE cp2k_info CHARACTER(LEN=*), PARAMETER :: compile_revision = "unknown" #endif - CHARACTER(LEN=*), PARAMETER :: version_nr = "7.0" - CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2018" + CHARACTER(LEN=*), PARAMETER :: version_nr = "8.0" + CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2019" CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version "//TRIM(version_nr) CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/" diff --git a/tools/doxify/Doxyfile.template b/tools/doxify/Doxyfile.template index 0209235682..00f47c21c2 100644 --- a/tools/doxify/Doxyfile.template +++ b/tools/doxify/Doxyfile.template @@ -32,7 +32,7 @@ PROJECT_NAME = CP2K # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "7.0 (Revision #revision#)" +PROJECT_NUMBER = "8.0 (Revision #revision#)" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/tools/manual/index.html b/tools/manual/index.html index 91011fd49c..2284cc886a 100644 --- a/tools/manual/index.html +++ b/tools/manual/index.html @@ -49,7 +49,8 @@