changeset 7:cf1406db08d2 0.9.1

updated version to 0.9.1
author Alain Mazy <alain@mazy.be>
date Wed, 15 Jul 2020 15:06:39 +0200
parents 393fcf337462
children b1a5c7317750 4e3e25a305d4
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	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)
 
--- 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)
 
--- 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)