# HG changeset patch # User Alain Mazy # Date 1717677818 -7200 # Node ID 586b80ea397ce394407bcb694fb3314e01240e7d # Parent e3102bad13a49b092184e03eda5ae9653d3a0a60 back to previous default SDK since 1.12.4 is not required for plugin name logging diff -r e3102bad13a4 -r 586b80ea397c MySQL/CMakeLists.txt --- a/MySQL/CMakeLists.txt Thu Jun 06 12:38:28 2024 +0200 +++ b/MySQL/CMakeLists.txt Thu Jun 06 14:43:38 2024 +0200 @@ -25,7 +25,7 @@ set(ORTHANC_PLUGIN_VERSION "mainline") # This is the preferred version of the Orthanc SDK for this plugin -set(ORTHANC_SDK_DEFAULT_VERSION "1.12.4") +set(ORTHANC_SDK_DEFAULT_VERSION "1.12.0") # This is the list of the versions of the Orthanc SDK against which # this plugin will compile diff -r e3102bad13a4 -r 586b80ea397c Odbc/CMakeLists.txt --- a/Odbc/CMakeLists.txt Thu Jun 06 12:38:28 2024 +0200 +++ b/Odbc/CMakeLists.txt Thu Jun 06 14:43:38 2024 +0200 @@ -25,7 +25,7 @@ set(ORTHANC_PLUGIN_VERSION "mainline") # This is the preferred version of the Orthanc SDK for this plugin -set(ORTHANC_SDK_DEFAULT_VERSION "1.12.4") +set(ORTHANC_SDK_DEFAULT_VERSION "1.12.0") # This is the list of the versions of the Orthanc SDK against which # this plugin will compile diff -r e3102bad13a4 -r 586b80ea397c PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Thu Jun 06 12:38:28 2024 +0200 +++ b/PostgreSQL/CMakeLists.txt Thu Jun 06 14:43:38 2024 +0200 @@ -25,7 +25,7 @@ set(ORTHANC_PLUGIN_VERSION "mainline") # This is the preferred version of the Orthanc SDK for this plugin -set(ORTHANC_SDK_DEFAULT_VERSION "1.12.4") +set(ORTHANC_SDK_DEFAULT_VERSION "1.12.3") # This is the list of the versions of the Orthanc SDK against which # this plugin will compile diff -r e3102bad13a4 -r 586b80ea397c SQLite/CMakeLists.txt --- a/SQLite/CMakeLists.txt Thu Jun 06 12:38:28 2024 +0200 +++ b/SQLite/CMakeLists.txt Thu Jun 06 14:43:38 2024 +0200 @@ -25,7 +25,7 @@ set(ORTHANC_PLUGIN_VERSION "mainline") # This is the preferred version of the Orthanc SDK for this plugin -set(ORTHANC_SDK_DEFAULT_VERSION "1.12.4") +set(ORTHANC_SDK_DEFAULT_VERSION "1.12.0") # This is the list of the versions of the Orthanc SDK against which # this plugin will compile