mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Increase development version after 2024.2 release
This commit is contained in:
parent
729dda600b
commit
faa0fcc66c
4 changed files with 4 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ project(
|
|||
cp2k
|
||||
DESCRIPTION "CP2K"
|
||||
HOMEPAGE_URL "https://www.cp2k.org"
|
||||
VERSION "2024.1"
|
||||
VERSION "2024.2"
|
||||
LANGUAGES Fortran C CXX)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ caption: Release Versions
|
|||
titlesonly:
|
||||
maxdepth: 1
|
||||
---
|
||||
2024.2 <https://manual.cp2k.org/cp2k-2024_2-branch/index.html>
|
||||
2024.1 <https://manual.cp2k.org/cp2k-2024_1-branch/index.html>
|
||||
2023.2 <https://manual.cp2k.org/cp2k-2023_2-branch/index.html>
|
||||
All versions <versions>
|
||||
```
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
maxdepth: 1
|
||||
titlesonly:
|
||||
---
|
||||
2024.2 <https://manual.cp2k.org/cp2k-2024_2-branch/index.html>
|
||||
2024.1 <https://manual.cp2k.org/cp2k-2024_1-branch/index.html>
|
||||
2023.2 <https://manual.cp2k.org/cp2k-2023_2-branch/index.html>
|
||||
2023.1 <https://manual.cp2k.org/cp2k-2023_1-branch/index.html>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ MODULE cp2k_info
|
|||
#endif
|
||||
|
||||
!!! Keep version in sync with CMakeLists.txt !!!
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2024.1 (Development Version)"
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2024.2 (Development Version)"
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2024"
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue