From ae8be8b3f4a8098150b4090de3cd759c4e8158ef Mon Sep 17 00:00:00 2001 From: Stefan Dinkelacker Date: Thu, 30 Nov 2023 14:51:12 +0100 Subject: [PATCH] Bump version to v2023.12 --- CITATION.cff | 4 ++-- CMakeLists.txt | 2 +- .../Starting/SettingUpMITK/BuildInstructions.dox | 2 +- Documentation/Doxygen/4-API/Pages.dox | 3 +++ README.md | 12 ++++++------ 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e8016a7d896..0ef4ccfa968 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -33,5 +33,5 @@ keywords: - visualization - application-framework license: BSD-3-Clause -version: v2023.04 -date-released: '2023-05-17' +version: v2023.12 +date-released: '2023-11-30' diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c1fc88c978..d11d19fce69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ if(MITK_USE_SUPERBUILD) set(MITK_SOURCE_DIR ${PROJECT_SOURCE_DIR}) set(MITK_BINARY_DIR ${PROJECT_BINARY_DIR}) else() - project(MITK VERSION 2023.04.99) + project(MITK VERSION 2023.12.00) include_directories(SYSTEM ${MITK_SUPERBUILD_BINARY_DIR}) endif() diff --git a/Documentation/Doxygen/3-DeveloperManual/Starting/SettingUpMITK/BuildInstructions.dox b/Documentation/Doxygen/3-DeveloperManual/Starting/SettingUpMITK/BuildInstructions.dox index e3111bbf828..58661d18112 100644 --- a/Documentation/Doxygen/3-DeveloperManual/Starting/SettingUpMITK/BuildInstructions.dox +++ b/Documentation/Doxygen/3-DeveloperManual/Starting/SettingUpMITK/BuildInstructions.dox @@ -171,7 +171,7 @@ cmake_minimum_required(VERSION 3.18 FATAL_ERROR) project(MyProject) -find_package(MITK 2023.04 REQUIRED) +find_package(MITK 2023.12 REQUIRED) add_executable(MyApp main.cpp) diff --git a/Documentation/Doxygen/4-API/Pages.dox b/Documentation/Doxygen/4-API/Pages.dox index 6a94d8dc3f9..8de59a8245d 100644 --- a/Documentation/Doxygen/4-API/Pages.dox +++ b/Documentation/Doxygen/4-API/Pages.dox @@ -48,4 +48,7 @@ \page deprecatedSince2023_04 Deprecated as of 2023.04 \ingroup MITKDeprecatedAPI +\page deprecatedSince2023_12 Deprecated as of 2023.12 +\ingroup MITKDeprecatedAPI + */ diff --git a/README.md b/README.md index f2c8c8469b0..c9becf9a6d6 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ Useful links [mitk]: https://www.mitk.org [itk]: https://itk.org [vtk]: https://vtk.org -[mitk-overview]: https://docs.mitk.org/nightly/ -[mitk-usermanual]: https://docs.mitk.org/nightly/UserManualPortal.html -[mitk-devmanual]: https://docs.mitk.org/nightly/DeveloperManualPortal.html -[mitk-apiref]: https://docs.mitk.org/nightly/usergroup0.html -[platforms]: https://docs.mitk.org/nightly/SupportedPlatformsPage.html +[mitk-overview]: https://docs.mitk.org/2023.12/ +[mitk-usermanual]: https://docs.mitk.org/2023.12/UserManualPortal.html +[mitk-devmanual]: https://docs.mitk.org/2023.12/DeveloperManualPortal.html +[mitk-apiref]: https://docs.mitk.org/2023.12/usergroup0.html +[platforms]: https://docs.mitk.org/2023.12/SupportedPlatformsPage.html [dkfz]: https://www.dkfz.de [license]: https://github.com/MITK/MITK/blob/master/LICENSE [release-cycle]: https://www.mitk.org/MitkReleaseCycle @@ -97,7 +97,7 @@ Useful links [phab_repo]: https://phabricator.mitk.org/source/mitk/ [contribute]: https://www.mitk.org/How_to_contribute [cmake]: https://www.cmake.org -[build]: https://docs.mitk.org/nightly/BuildInstructionsPage.html +[build]: https://docs.mitk.org/2023.12/BuildInstructionsPage.html [mailinglist]: https://www.mitk.org/Mailinglist [bugs]: https://phabricator.mitk.org/maniphest/ [cdash]: https://cdash.mitk.org/index.php?project=MITK