Increase development version after 2025.1 release

This commit is contained in:
Ole Schütt 2025-01-01 15:06:17 +01:00 committed by Ole Schütt
parent 9635df4be6
commit a24d8aca4a
4 changed files with 4 additions and 3 deletions

View file

@ -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")

View file

@ -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>
```

View file

@ -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>

View file

@ -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/"