changeset 64:9817ca245a49

downgrade to SDK 1.10.0 by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Aug 2025 18:18:19 +0200
parents 1bc05cacb6fc
children 156e942b136e
files NEWS OrthancSDKVersion.cmake
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Aug 14 18:13:57 2025 +0200
+++ b/NEWS	Thu Aug 14 18:18:19 2025 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+=> Maximum SDK version: 1.12.9 <=
+=> Minimum SDK version: 1.10.0 (default) <=
+
 * The auto-generation of the Python wrapper is now part of the build,
   to exploit the ORTHANC_PLUGIN_SINCE_SDK macro. This provides backward
   compatibility with the SDK that is actually installed on the system
--- a/OrthancSDKVersion.cmake	Thu Aug 14 18:13:57 2025 +0200
+++ b/OrthancSDKVersion.cmake	Thu Aug 14 18:18:19 2025 +0200
@@ -23,7 +23,7 @@
 ## General information
 #####################################################################
 
-set(ORTHANC_SDK_DEFAULT_VERSION "1.12.9")
+set(ORTHANC_SDK_DEFAULT_VERSION "1.10.0")
 
 # This list must correspond to the content of "./Resources/SyncOrthancFolder.py"
 set(ORTHANC_SDK_AVAILABLE_VERSIONS "1.10.0" "1.12.6" "1.12.9")