Mercurial > hg > orthanc-databases
changeset 519:586b80ea397c
back to previous default SDK since 1.12.4 is not required for plugin name logging
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 06 Jun 2024 14:43:38 +0200 |
parents | e3102bad13a4 |
children | e1d3da372805 2ab3d45c0b3c 451125122692 4dc0ea12d537 |
files | MySQL/CMakeLists.txt Odbc/CMakeLists.txt PostgreSQL/CMakeLists.txt SQLite/CMakeLists.txt |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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