# HG changeset patch # User Alain Mazy # Date 1594818399 -7200 # Node ID cf1406db08d2f5989d53555ca3013152a6e148cd # Parent 393fcf337462e6829113297eb9a6e317d7325baf updated version to 0.9.1 diff -r 393fcf337462 -r cf1406db08d2 Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Thu Jul 09 10:40:44 2020 +0200 +++ b/Aws/CMakeLists.txt Wed Jul 15 15:06:39 2020 +0200 @@ -4,7 +4,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.1") include(CheckIncludeFileCXX) diff -r 393fcf337462 -r cf1406db08d2 Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Thu Jul 09 10:40:44 2020 +0200 +++ b/Azure/CMakeLists.txt Wed Jul 15 15:06:39 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.1") include(CheckIncludeFileCXX) diff -r 393fcf337462 -r cf1406db08d2 Google/CMakeLists.txt --- a/Google/CMakeLists.txt Thu Jul 09 10:40:44 2020 +0200 +++ b/Google/CMakeLists.txt Wed Jul 15 15:06:39 2020 +0200 @@ -2,7 +2,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "0.9.1") include(CheckIncludeFileCXX)