Mercurial > hg > orthanc-object-storage
changeset 206:afc642ccb99c
integration 2.4.0->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 26 Jun 2024 16:16:48 +0200 |
parents | 1fe9ed55e17f (diff) 70caa95a9072 (current diff) |
children | c31fc772599a |
files | Aws/CMakeLists.txt |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Wed Jun 26 16:16:24 2024 +0200 +++ b/Aws/CMakeLists.txt Wed Jun 26 16:16:48 2024 +0200 @@ -21,7 +21,7 @@ project(OrthancAwsS3Storage) -set(PLUGIN_VERSION "2.4.0") +set(PLUGIN_VERSION "mainline") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Aws/README.txt Wed Jun 26 16:16:24 2024 +0200 +++ b/Aws/README.txt Wed Jun 26 16:16:48 2024 +0200 @@ -4,7 +4,7 @@ # mkdir Build # cd Build -# cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_VCPKG_PACKAGES=OFF -G Ninja +# cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_VCPKG_PACKAGES=OFF -DUSE_SYSTEM_ORTHANC_SDK=OFF -G Ninja # ninja
--- a/Azure/CMakeLists.txt Wed Jun 26 16:16:24 2024 +0200 +++ b/Azure/CMakeLists.txt Wed Jun 26 16:16:48 2024 +0200 @@ -21,7 +21,7 @@ project(OrthancAzureBlobStorage) -set(PLUGIN_VERSION "2.4.0") +set(PLUGIN_VERSION "mainline") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/Google/CMakeLists.txt Wed Jun 26 16:16:24 2024 +0200 +++ b/Google/CMakeLists.txt Wed Jun 26 16:16:48 2024 +0200 @@ -21,7 +21,7 @@ project(OrthancGoogleCloudStorage) -set(PLUGIN_VERSION "2.4.0") +set(PLUGIN_VERSION "mainline") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")