diff OrthancServer/Plugins/Engine/OrthancPluginDatabase.h @ 4603:c125bfd31023 db-changes

rename 1.10.0 as 1.9.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Mar 2021 15:30:06 +0100
parents cc64385593ef
children 5fabef29c4ff
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPluginDatabase.h	Mon Mar 22 19:25:27 2021 +0100
+++ b/OrthancServer/Plugins/Engine/OrthancPluginDatabase.h	Wed Mar 24 15:30:06 2021 +0100
@@ -46,8 +46,8 @@
 {
   /**
    * This class is for backward compatibility with database plugins
-   * that don't use the primitives introduced in Orthanc 1.10.0 to
-   * deal with concurrent read-only transactions.
+   * that don't use the primitives introduced in Orthanc 1.9.2 to deal
+   * with concurrent read-only transactions.
    *
    * In Orthanc <= 1.9.1, Orthanc assumed that at most 1 single thread
    * was accessing the database plugin at anytime, in order to match