Mercurial > hg > orthanc-object-storage
changeset 9:b09c634e6fea 0.9.2
0.9.2
author | Alain Mazy |
---|---|
date | Mon, 20 Jul 2020 13:07:42 +0200 |
parents | 987cb95c1aee |
children | cc580ca90148 6edcd077bc0a |
files | Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt NEWS |
diffstat | 4 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Mon Jul 20 12:21:07 2020 +0200 +++ b/Aws/CMakeLists.txt Mon Jul 20 13:07:42 2020 +0200 @@ -4,7 +4,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.2") include(CheckIncludeFileCXX)
--- a/Azure/CMakeLists.txt Mon Jul 20 12:21:07 2020 +0200 +++ b/Azure/CMakeLists.txt Mon Jul 20 13:07:42 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.2") include(CheckIncludeFileCXX)