diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ee70c501a..fee83deab0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/docs/index.md b/docs/index.md index 22033aff69..487dd390f4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -58,7 +58,7 @@ caption: Release Versions titlesonly: maxdepth: 1 --- +2024.2 2024.1 -2023.2 All versions ``` diff --git a/docs/versions.md b/docs/versions.md index eedcc75155..95a1a98ae5 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -5,6 +5,7 @@ maxdepth: 1 titlesonly: --- +2024.2 2024.1 2023.2 2023.1 diff --git a/src/cp2k_info.F b/src/cp2k_info.F index 1ea14b251d..a90474500b 100644 --- a/src/cp2k_info.F +++ b/src/cp2k_info.F @@ -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/"