diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a245e618f..cb0faf7a24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/docs/index.md b/docs/index.md index 487dd390f4..e037a23cbe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -58,7 +58,7 @@ caption: Release Versions titlesonly: maxdepth: 1 --- -2024.2 +2024.2/3 2024.1 All versions ``` diff --git a/docs/versions.md b/docs/versions.md index 95a1a98ae5..cbda06a2b7 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -5,7 +5,7 @@ maxdepth: 1 titlesonly: --- -2024.2 +2024.2/3 2024.1 2023.2 2023.1 diff --git a/src/cp2k_info.F b/src/cp2k_info.F index a90474500b..e420e8cb62 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.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/"