changeset 5542:42a3fcbbc78d

fix comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Mar 2024 13:45:02 +0100
parents 5a34160b7627
children cd698247b029
files OrthancServer/Plugins/Include/orthanc/OrthancDatabasePlugin.proto
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Plugins/Include/orthanc/OrthancDatabasePlugin.proto	Wed Mar 20 10:08:42 2024 +0100
+++ b/OrthancServer/Plugins/Include/orthanc/OrthancDatabasePlugin.proto	Fri Mar 22 13:45:02 2024 +0100
@@ -121,7 +121,7 @@
   OPERATION_START_TRANSACTION = 4;
   OPERATION_UPGRADE = 5;
   OPERATION_FINALIZE_TRANSACTION = 6;
-  OPERATION_MEASURE_LATENCY = 7;         // New in Orthanc 1.12.X
+  OPERATION_MEASURE_LATENCY = 7;         // New in Orthanc 1.12.3
 }
 
 enum TransactionType {
@@ -290,8 +290,8 @@
   OPERATION_ADD_LABEL = 45;        // New in Orthanc 1.12.0
   OPERATION_REMOVE_LABEL = 46;     // New in Orthanc 1.12.0
   OPERATION_LIST_LABELS = 47;      // New in Orthanc 1.12.0
-  OPERATION_INCREMENT_GLOBAL_PROPERTY = 48;      // New in Orthanc 1.12.X
-  OPERATION_UPDATE_AND_GET_STATISTICS = 49;      // New in Orthanc 1.12.X
+  OPERATION_INCREMENT_GLOBAL_PROPERTY = 48;      // New in Orthanc 1.12.3
+  OPERATION_UPDATE_AND_GET_STATISTICS = 49;      // New in Orthanc 1.12.3
 }
 
 message Rollback {