changeset 61:5fed32546d27 1.3.0

1.3.0
author Alain Mazy <am@osimis.io>
date Sat, 26 Jun 2021 22:21:09 +0200
parents b086aa28543e
children c4ed02f3328f e8fc053a7dea
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	Sat Jun 26 22:20:34 2021 +0200
+++ b/Aws/CMakeLists.txt	Sat Jun 26 22:21:09 2021 +0200
@@ -19,7 +19,7 @@
 
 project(OrthancAwsS3Storage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "1.3.0")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Azure/CMakeLists.txt	Sat Jun 26 22:20:34 2021 +0200
+++ b/Azure/CMakeLists.txt	Sat Jun 26 22:21:09 2021 +0200
@@ -19,7 +19,7 @@
 
 project(OrthancAzureBlobStorage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "1.3.0")
 
 include(CheckIncludeFileCXX)
 
--- a/Google/CMakeLists.txt	Sat Jun 26 22:20:34 2021 +0200
+++ b/Google/CMakeLists.txt	Sat Jun 26 22:21:09 2021 +0200
@@ -19,7 +19,7 @@
 
 project(OrthancGoogleCloudStorage)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "1.3.0")
 
 include(CheckIncludeFileCXX)