mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Increase development version after 2025.1 release
This commit is contained in:
parent
9635df4be6
commit
a24d8aca4a
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.3"
|
||||
VERSION "2025.1"
|
||||
LANGUAGES Fortran C CXX)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ caption: Release Versions
|
|||
titlesonly:
|
||||
maxdepth: 1
|
||||
---
|
||||
2025.1 <https://manual.cp2k.org/cp2k-2025_1-branch/index.html>
|
||||
2024.2/3 <https://manual.cp2k.org/cp2k-2024_2-branch/index.html>
|
||||
2024.1 <https://manual.cp2k.org/cp2k-2024_1-branch/index.html>
|
||||
All versions <versions>
|
||||
```
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
maxdepth: 1
|
||||
titlesonly:
|
||||
---
|
||||
2025.1 <https://manual.cp2k.org/cp2k-2025_1-branch/index.html>
|
||||
2024.2/3 <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>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ MODULE cp2k_info
|
|||
#endif
|
||||
|
||||
!!! Keep version in sync with CMakeLists.txt !!!
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2024.3 (Development Version)"
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2025.1 (Development Version)"
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2025"
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue