changeset 122:afea958425af

fix framework version
author Alain Mazy <am@osimis.io>
date Tue, 21 Nov 2023 11:05:55 +0100
parents 12ea59c97c40
children 1fed4a5df9ad
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	Tue Nov 21 09:46:51 2023 +0100
+++ b/Aws/CMakeLists.txt	Tue Nov 21 11:05:55 2023 +0100
@@ -19,7 +19,7 @@
 
 project(OrthancAwsS3Storage)
 
-set(PLUGIN_VERSION "2.3.0")
+set(PLUGIN_VERSION "mainline")
 
 if (PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Azure/CMakeLists.txt	Tue Nov 21 09:46:51 2023 +0100
+++ b/Azure/CMakeLists.txt	Tue Nov 21 11:05:55 2023 +0100
@@ -19,7 +19,7 @@
 
 project(OrthancAzureBlobStorage)
 
-set(PLUGIN_VERSION "2.3.0")
+set(PLUGIN_VERSION "mainline")
 
 include(CheckIncludeFileCXX)
 
--- a/Google/CMakeLists.txt	Tue Nov 21 09:46:51 2023 +0100
+++ b/Google/CMakeLists.txt	Tue Nov 21 11:05:55 2023 +0100
@@ -19,7 +19,7 @@
 
 project(OrthancGoogleCloudStorage)
 
-set(PLUGIN_VERSION "2.3.0")
+set(PLUGIN_VERSION "mainline")
 
 include(CheckIncludeFileCXX)