# HG changeset patch # User Sebastien Jodogne # Date 1680534012 -7200 # Node ID afa96af2eb5a92a0be348650fd1919fc10b9e206 # Parent eb41e1833ceaf2ff67ad6fe40de6992ad51c28d0 typo diff -r eb41e1833cea -r afa96af2eb5a OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h --- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Mon Apr 03 16:54:46 2023 +0200 +++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Mon Apr 03 17:00:12 2023 +0200 @@ -535,7 +535,7 @@ _OrthancPluginService_StorageAreaRead = 5004, _OrthancPluginService_StorageAreaRemove = 5005, _OrthancPluginService_RegisterDatabaseBackendV3 = 5006, /* New in Orthanc 1.9.2 */ - _OrthancPluginService_RegisterDatabaseBackendV4 = 5007, /* New in Orthanc 1.11.4 */ + _OrthancPluginService_RegisterDatabaseBackendV4 = 5007, /* New in Orthanc 1.12.0 */ /* Primitives for handling images */ _OrthancPluginService_GetImagePixelFormat = 6000,