changeset 212:5554e508c0c4 2.5.0

2.5.0
author Alain Mazy <am@orthanc.team>
date Wed, 18 Dec 2024 17:45:54 +0100
parents 082506ba41df
children 8322306f40ac
files Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt NEWS
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Aws/CMakeLists.txt	Tue Dec 17 17:55:17 2024 +0100
+++ b/Aws/CMakeLists.txt	Wed Dec 18 17:45:54 2024 +0100
@@ -21,7 +21,7 @@
 
 project(OrthancAwsS3Storage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "2.5.0")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Azure/CMakeLists.txt	Tue Dec 17 17:55:17 2024 +0100
+++ b/Azure/CMakeLists.txt	Wed Dec 18 17:45:54 2024 +0100
@@ -21,7 +21,7 @@
 
 project(OrthancAzureBlobStorage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "2.5.0")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Google/CMakeLists.txt	Tue Dec 17 17:55:17 2024 +0100
+++ b/Google/CMakeLists.txt	Wed Dec 18 17:45:54 2024 +0100
@@ -21,7 +21,7 @@
 
 project(OrthancGoogleCloudStorage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "2.5.0")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Tue Dec 17 17:55:17 2024 +0100
+++ b/NEWS	Wed Dec 18 17:45:54 2024 +0100
@@ -1,5 +1,5 @@
-Pending changes in the mainline
-===============================
+2024-12-18 - v 2.5.0
+====================
 
 * AWS plugin:
   * New configuration "StorageClass" to set the Storage class of the uploaded files.