Increase development version after 2024.2 release

This commit is contained in:
Ole Schütt 2024-08-06 15:40:48 +02:00 committed by Ole Schütt
parent 729dda600b
commit faa0fcc66c
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.1"
VERSION "2024.2"
LANGUAGES Fortran C CXX)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")

View file

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

View file

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

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