Mercurial > hg > orthanc-object-storage
changeset 213:8322306f40ac
back to mainline
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 18 Dec 2024 17:46:58 +0100 |
parents | 082506ba41df (diff) 5554e508c0c4 (current diff) |
children | f1f3b6c4e1aa |
files | Aws/CMakeLists.txt Google/CMakeLists.txt |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Wed Dec 18 17:45:54 2024 +0100 +++ b/Aws/CMakeLists.txt Wed Dec 18 17:46:58 2024 +0100 @@ -21,7 +21,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "2.5.0") +set(PLUGIN_VERSION "mainline") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Google/CMakeLists.txt Wed Dec 18 17:45:54 2024 +0100 +++ b/Google/CMakeLists.txt Wed Dec 18 17:46:58 2024 +0100 @@ -21,7 +21,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "2.5.0") +set(PLUGIN_VERSION "mainline") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")