From fd4e8c1930c308f46fc231ac1ff3ff6e171b5254 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Wed, 5 Oct 2016 16:51:34 +0000 Subject: [PATCH] Increment CP2K development version number svn-origin-rev: 17464 --- src/cp2k_info.F | 5 +++-- tools/doxify/Doxyfile.template | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/cp2k_info.F b/src/cp2k_info.F index fcbd895846..8d3fa07608 100644 --- a/src/cp2k_info.F +++ b/src/cp2k_info.F @@ -36,7 +36,7 @@ MODULE cp2k_info INTEGER, PARAMETER :: id_cp2k_version = id_release_version ! (Uncomment for release version) #else INTEGER, PARAMETER :: id_cp2k_version = id_development_version ! (Uncomment for development version) -! INTEGER, PARAMETER :: id_cp2k_version = 2 ! (Uncomment for branch version) +! INTEGER, PARAMETER :: id_cp2k_version = 2 ! (Uncomment for branch version) #endif #if defined(__COMPILE_REVISION) @@ -45,7 +45,7 @@ MODULE cp2k_info CHARACTER(LEN=*), PARAMETER :: compile_revision = "unknown" #endif - CHARACTER(LEN=*), PARAMETER :: version_nr = "4.0" + CHARACTER(LEN=*), PARAMETER :: version_nr = "5.0" CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2016" CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version "//TRIM(version_nr) CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/" @@ -292,6 +292,7 @@ CONTAINS WRITE (iunit, '(T2,A)') '! Copyright (C) 2004, 2005, 2006, 2007 CP2K developers group !' WRITE (iunit, '(T2,A)') '! Copyright (C) 2008, 2009, 2010, 2011 CP2K developers group !' WRITE (iunit, '(T2,A)') '! Copyright (C) 2012, 2013, 2014, 2015 CP2K developers group !' + WRITE (iunit, '(T2,A)') '! Copyright (C) 2016 CP2K developers group !' WRITE (iunit, '(T2,A)') '! !' WRITE (iunit, '(T2,A)') '! This program is free software; you can redistribute it and/or modify !' WRITE (iunit, '(T2,A)') '! it under the terms of the GNU General Public License as published by !' diff --git a/tools/doxify/Doxyfile.template b/tools/doxify/Doxyfile.template index dd0497d4c4..607597d906 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 = "4.0 (Revision #revision#)" +PROJECT_NUMBER = "5.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