changeset 66:0de1f4e14c1e 1.3.1

1.3.1
author Alain Mazy <am@osimis.io>
date Fri, 09 Jul 2021 13:26:57 +0200
parents b1df69fcc871
children 61ab81a0f27d c54380c2c5dc
files Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt NEWS
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Aws/CMakeLists.txt	Fri Jul 09 13:25:27 2021 +0200
+++ b/Aws/CMakeLists.txt	Fri Jul 09 13:26:57 2021 +0200
@@ -19,7 +19,7 @@
 
 project(OrthancAwsS3Storage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "1.3.1")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Azure/CMakeLists.txt	Fri Jul 09 13:25:27 2021 +0200
+++ b/Azure/CMakeLists.txt	Fri Jul 09 13:26:57 2021 +0200
@@ -19,7 +19,7 @@
 
 project(OrthancAzureBlobStorage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "1.3.1")
 
 include(CheckIncludeFileCXX)
 
--- a/Google/CMakeLists.txt	Fri Jul 09 13:25:27 2021 +0200
+++ b/Google/CMakeLists.txt	Fri Jul 09 13:26:57 2021 +0200
@@ -19,7 +19,7 @@
 
 project(OrthancGoogleCloudStorage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "1.3.1")
 
 include(CheckIncludeFileCXX)
 
--- a/NEWS	Fri Jul 09 13:25:27 2021 +0200
+++ b/NEWS	Fri Jul 09 13:26:57 2021 +0200
@@ -1,7 +1,7 @@
 2021-07-09 - v 1.3.1
 ====================
 
-* Fix reading/deleting DCM header files that were saved with plugin v 1.2.0 and Orthanc 1.9.3 which had a .unk extension.
+* AWS: Fix reading/deleting DCM header files that were saved with plugin v 1.2.0 and Orthanc 1.9.3 which had a .unk extension.
 
 2021-06-29 - v 1.3.0
 ====================