Mercurial > hg > orthanc-object-storage
changeset 114:752ab0c59950 2.3.0
2.3.0
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 17 Oct 2023 13:09:35 +0200 |
parents | 78c075412ab4 |
children | ca68456d789a fdc007216fde |
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 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")
--- 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)