diff OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h @ 5218:afa96af2eb5a db-protobuf

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 17:00:12 +0200
parents eb41e1833cea
children 9504de20d43d f2e1ad71e49c
line wrap: on
line diff
--- 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,