Skip to content

Commit bf0ad01

Browse files
committed
Store the revision number of the release branch
1 parent d8d7100 commit bf0ad01

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

REVISION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git:d8d7100

src/cp2k_info.F

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ MODULE cp2k_info
3737
#if defined(__RELEASE_VERSION)
3838
INTEGER, PARAMETER :: id_cp2k_version = id_release_version ! (Uncomment for release version)
3939
#else
40-
INTEGER, PARAMETER :: id_cp2k_version = id_development_version ! (Uncomment for development version)
41-
! INTEGER, PARAMETER :: id_cp2k_version = 2 ! (Uncomment for branch version)
40+
! INTEGER, PARAMETER :: id_cp2k_version = id_development_version ! (Uncomment for development version)
41+
INTEGER, PARAMETER :: id_cp2k_version = 2 ! (Uncomment for branch version)
4242
#endif
4343

4444
#if defined(__COMPILE_REVISION)
@@ -47,7 +47,7 @@ MODULE cp2k_info
4747
CHARACTER(LEN=*), PARAMETER :: compile_revision = "unknown"
4848
#endif
4949

50-
CHARACTER(LEN=*), PARAMETER :: version_nr = "9.0"
50+
CHARACTER(LEN=*), PARAMETER :: version_nr = "9.1"
5151
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2021"
5252
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version "//TRIM(version_nr)
5353
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"

0 commit comments

Comments
 (0)