changeset 21:e568ca940ddd 1.1.0

1.1.0
author Alain Mazy
date Mon, 07 Sep 2020 14:13:38 +0200
parents 968eb1c78aed
children 3b8fab63313d f4e3176a9219
files Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
--- 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)
 
--- 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)