# HG changeset patch # User Alain Mazy # Date 1619422950 -7200 # Node ID 8a1dfd2d790d25c0876de590f968a301190f66c4 # Parent b403270792441acce530edb4fa5dfd3cd62457af back to 'mainline' version diff -r b40327079244 -r 8a1dfd2d790d Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Mon Apr 26 09:37:58 2021 +0200 +++ b/Aws/CMakeLists.txt Mon Apr 26 09:42:30 2021 +0200 @@ -4,7 +4,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "1.2.0") +set(PLUGIN_VERSION "mainline") include(CheckIncludeFileCXX) diff -r b40327079244 -r 8a1dfd2d790d Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Mon Apr 26 09:37:58 2021 +0200 +++ b/Azure/CMakeLists.txt Mon Apr 26 09:42:30 2021 +0200 @@ -2,7 +2,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "1.2.0") +set(PLUGIN_VERSION "mainline") include(CheckIncludeFileCXX) diff -r b40327079244 -r 8a1dfd2d790d Google/CMakeLists.txt --- a/Google/CMakeLists.txt Mon Apr 26 09:37:58 2021 +0200 +++ b/Google/CMakeLists.txt Mon Apr 26 09:42:30 2021 +0200 @@ -2,7 +2,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "1.2.0") +set(PLUGIN_VERSION "mainline") include(CheckIncludeFileCXX)