diff --git a/CMakeLists.txt b/CMakeLists.txt index 316bd3179d..77dba2e757 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/docs/index.md b/docs/index.md index 86ee0946cd..f65c5efa39 100644 --- a/docs/index.md +++ b/docs/index.md @@ -70,7 +70,7 @@ caption: Release Versions titlesonly: maxdepth: 1 --- +2025.1 2024.2/3 -2024.1 All versions ``` diff --git a/docs/versions.md b/docs/versions.md index cbda06a2b7..063a3d846b 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -5,6 +5,7 @@ maxdepth: 1 titlesonly: --- +2025.1 2024.2/3 2024.1 2023.2 diff --git a/src/cp2k_info.F b/src/cp2k_info.F index f243b77d6c..02af5b7708 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.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/"