From 162f36eed078dfcd138b3cbb01865fdf58803043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Mon, 9 Sep 2024 15:24:08 +0200 Subject: [PATCH] Increase development version after 2024.3 release --- CMakeLists.txt | 2 +- docs/index.md | 2 +- docs/versions.md | 2 +- src/cp2k_info.F | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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/"