Mercurial > hg > orthanc-object-storage
changeset 3:8030fc8c4283 0.9.0
v 0.9.0
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Fri, 03 Jul 2020 10:11:40 +0200 |
parents | cd1622edea7f |
children | 6987a96423c7 7c5836c9b9ff |
files | Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt |
diffstat | 3 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Fri Jul 03 10:10:47 2020 +0200 +++ b/Aws/CMakeLists.txt Fri Jul 03 10:11:40 2020 +0200 @@ -4,7 +4,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.0") include(CheckIncludeFileCXX)
--- a/Azure/CMakeLists.txt Fri Jul 03 10:10:47 2020 +0200 +++ b/Azure/CMakeLists.txt Fri Jul 03 10:11:40 2020 +0200 @@ -2,8 +2,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") - +set(PLUGIN_VERSION "0.9.0") include(CheckIncludeFileCXX) set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source")