# HG changeset patch # User Alain Mazy # Date 1599480818 -7200 # Node ID e568ca940dddb60442103b1a061509f50db08e20 # Parent 968eb1c78aed08050f6aee8a75d3fbc9b991ff87 1.1.0 diff -r 968eb1c78aed -r e568ca940ddd Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Mon Sep 07 14:12:49 2020 +0200 +++ b/Aws/CMakeLists.txt Mon Sep 07 14:13:38 2020 +0200 @@ -4,7 +4,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "1.1.0") include(CheckIncludeFileCXX) diff -r 968eb1c78aed -r e568ca940ddd Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Mon Sep 07 14:12:49 2020 +0200 +++ b/Azure/CMakeLists.txt Mon Sep 07 14:13:38 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "1.1.0") include(CheckIncludeFileCXX) diff -r 968eb1c78aed -r e568ca940ddd Google/CMakeLists.txt --- a/Google/CMakeLists.txt Mon Sep 07 14:12:49 2020 +0200 +++ b/Google/CMakeLists.txt Mon Sep 07 14:13:38 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "1.1.0") include(CheckIncludeFileCXX)