# HG changeset patch # User Alain Mazy # Date 1666355036 -7200 # Node ID 3e17842edcdd9cc346dc2479135847e69c7a7c40 # Parent 7ace942ede267f8d8e69a83430251bab24f59750 2.1.0 diff -r 7ace942ede26 -r 3e17842edcdd Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Fri Oct 21 14:22:28 2022 +0200 +++ b/Aws/CMakeLists.txt Fri Oct 21 14:23:56 2022 +0200 @@ -19,7 +19,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.1.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") diff -r 7ace942ede26 -r 3e17842edcdd Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Fri Oct 21 14:22:28 2022 +0200 +++ b/Azure/CMakeLists.txt Fri Oct 21 14:23:56 2022 +0200 @@ -19,7 +19,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.1.0") include(CheckIncludeFileCXX) diff -r 7ace942ede26 -r 3e17842edcdd Google/CMakeLists.txt --- a/Google/CMakeLists.txt Fri Oct 21 14:22:28 2022 +0200 +++ b/Google/CMakeLists.txt Fri Oct 21 14:23:56 2022 +0200 @@ -19,7 +19,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "2.1.0") include(CheckIncludeFileCXX)