Increase development version after 2024.3 release

This commit is contained in:
Ole Schütt 2024-09-09 15:24:08 +02:00 committed by Ole Schütt
parent f2bc97ddae
commit 162f36eed0
4 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ project(
cp2k
DESCRIPTION "CP2K"
HOMEPAGE_URL "https://www.cp2k.org"
VERSION "2024.2"
VERSION "2024.3"
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.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,7 +5,7 @@
maxdepth: 1
titlesonly:
---
2024.2 <https://manual.cp2k.org/cp2k-2024_2-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>
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.2 (Development Version)"
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2024.3 (Development Version)"
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2024"
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"