Cut release version 2022.1

This commit is contained in:
Ole Schütt 2022-07-08 22:23:24 +02:00
parent 2caeb6f684
commit 71f6a37b34
2 changed files with 2 additions and 1 deletions

1
REVISION Normal file
View file

@ -0,0 +1 @@
git:2caeb6f

View file

@ -38,7 +38,7 @@ MODULE cp2k_info
#endif
! The cp2k_version string should be changed for release branches.
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K development version"
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2022.1"
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2022"
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"