# HG changeset patch # User Alain Mazy # Date 1697540975 -7200 # Node ID 752ab0c59950d4fbcf4925ac44a863d5f839924d # Parent 78c075412ab4f07f1d193e2493d9043a77034374 2.3.0 diff -r 78c075412ab4 -r 752ab0c59950 Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Tue Oct 17 13:01:04 2023 +0200 +++ b/Aws/CMakeLists.txt Tue Oct 17 13:09:35 2023 +0200 @@ -19,7 +19,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.3.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r 78c075412ab4 -r 752ab0c59950 Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Tue Oct 17 13:01:04 2023 +0200 +++ b/Azure/CMakeLists.txt Tue Oct 17 13:09:35 2023 +0200 @@ -19,7 +19,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.3.0") include(CheckIncludeFileCXX) diff -r 78c075412ab4 -r 752ab0c59950 Google/CMakeLists.txt --- a/Google/CMakeLists.txt Tue Oct 17 13:01:04 2023 +0200 +++ b/Google/CMakeLists.txt Tue Oct 17 13:09:35 2023 +0200 @@ -19,7 +19,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.3.0") include(CheckIncludeFileCXX) diff -r 78c075412ab4 -r 752ab0c59950 NEWS --- a/NEWS Tue Oct 17 13:01:04 2023 +0200 +++ b/NEWS Tue Oct 17 13:09:35 2023 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +2023-10-17 - v 2.3.0 +==================== * AWS plugin: * Added a new configuration "UseTransferMode" (false by default).