Increment CP2K development version number

svn-origin-rev: 17464
This commit is contained in:
Matthias Krack 2016-10-05 16:51:34 +00:00
parent 23c1597601
commit fd4e8c1930
2 changed files with 4 additions and 3 deletions

View file

@ -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 !'

View file

@ -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