File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ git:d8d7100
Original file line number Diff line number Diff 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/"
You can’t perform that action at this time.
0 commit comments