Mercurial > hg > orthanc-java
changeset 71:ae9124e7edee
setting default sdk version to 1.12.9
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 21 Aug 2025 16:39:23 +0200 |
parents | e673eadccf7d |
children | ff6e57d0d474 |
files | NEWS OrthancSDKVersion.cmake |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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")