# HG changeset patch # User Sebastien Jodogne # Date 1737112401 -3600 # Node ID 6a796a24e2edbd56a2056190a0944701cd3de2e8 # Parent c45e17696e56b260c99b72694cbc258f4a445ab7 fix SDK version diff -r c45e17696e56 -r 6a796a24e2ed OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h --- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Fri Jan 17 12:06:07 2025 +0100 +++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Fri Jan 17 12:13:21 2025 +0100 @@ -121,7 +121,7 @@ #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER 1 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER 12 -#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER 5 +#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER 6 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)