# HG changeset patch # User Alain Mazy # Date 1625830017 -7200 # Node ID 0de1f4e14c1e08683a4118d9630eb6abbff329a7 # Parent b1df69fcc8711ec5e1099d57b7ac9256bdddc851 1.3.1 diff -r b1df69fcc871 -r 0de1f4e14c1e Aws/CMakeLists.txt --- 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") diff -r b1df69fcc871 -r 0de1f4e14c1e Azure/CMakeLists.txt --- 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) diff -r b1df69fcc871 -r 0de1f4e14c1e Google/CMakeLists.txt --- 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) diff -r b1df69fcc871 -r 0de1f4e14c1e NEWS --- 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 ====================