# HG changeset patch # User Sebastien Jodogne # Date 1755787163 -7200 # Node ID ae9124e7edeeedc23818ee7a1993bb123a3557d4 # Parent e673eadccf7d851ec412008523d789d464cdf627 setting default sdk version to 1.12.9 diff -r e673eadccf7d -r ae9124e7edee NEWS --- a/NEWS Thu Aug 21 16:29:37 2025 +0200 +++ b/NEWS Thu Aug 21 16:39:23 2025 +0200 @@ -1,9 +1,8 @@ Pending changes in the mainline =============================== - -=> Maximum SDK version: 1.12.9 <= -=> Minimum SDK version: 1.10.0 (default) <= +=> Maximum SDK version: 1.12.9 (default) <= +=> Minimum SDK version: 1.7.2 <= * The auto-generation of the Python wrapper is now part of the build, to exploit the ORTHANC_PLUGIN_SINCE_SDK macro. This provides backward diff -r e673eadccf7d -r ae9124e7edee OrthancSDKVersion.cmake --- a/OrthancSDKVersion.cmake Thu Aug 21 16:29:37 2025 +0200 +++ b/OrthancSDKVersion.cmake Thu Aug 21 16:39:23 2025 +0200 @@ -23,7 +23,7 @@ ## General information ##################################################################### -set(ORTHANC_SDK_DEFAULT_VERSION "1.10.0") +set(ORTHANC_SDK_DEFAULT_VERSION "1.12.9") # 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")