# HG changeset patch # User Sebastien Jodogne # Date 1755188299 -7200 # Node ID 9817ca245a496ffe3d8b5e30f4d7511685748c4c # Parent 1bc05cacb6fc1b905cf8bd4121fe48277b071609 downgrade to SDK 1.10.0 by default diff -r 1bc05cacb6fc -r 9817ca245a49 NEWS --- 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 diff -r 1bc05cacb6fc -r 9817ca245a49 OrthancSDKVersion.cmake --- 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")