# HG changeset patch # User Alain Mazy # Date 1598439097 -7200 # Node ID 3e218a18ec7373c3f059f8ff192527976343e8eb # Parent a203d0a4fd8ff04f74fc501ab4ce3a63f8af7130 version 0.9.3 diff -r a203d0a4fd8f -r 3e218a18ec73 Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Wed Aug 26 12:50:39 2020 +0200 +++ b/Aws/CMakeLists.txt Wed Aug 26 12:51:37 2020 +0200 @@ -4,7 +4,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.3") include(CheckIncludeFileCXX) diff -r a203d0a4fd8f -r 3e218a18ec73 Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Wed Aug 26 12:50:39 2020 +0200 +++ b/Azure/CMakeLists.txt Wed Aug 26 12:51:37 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.3") include(CheckIncludeFileCXX) diff -r a203d0a4fd8f -r 3e218a18ec73 Google/CMakeLists.txt --- a/Google/CMakeLists.txt Wed Aug 26 12:50:39 2020 +0200 +++ b/Google/CMakeLists.txt Wed Aug 26 12:51:37 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.3") include(CheckIncludeFileCXX)