diff OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 4374:79ef2b6d8e76

there will be a 1.8.2 release before 1.9.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 10:55:32 +0100
parents d527a081f92d
children 3af1d763763a
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp	Thu Dec 17 10:46:11 2020 +0100
+++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp	Thu Dec 17 10:55:32 2020 +0100
@@ -930,7 +930,7 @@
     boost::mutex refreshMetricsMutex_;
     boost::mutex storageCommitmentScpMutex_;
     boost::recursive_mutex invokeServiceMutex_;
-    boost::shared_mutex incomingHttpRequestFilterMutex_;  // New in Orthanc 1.9.0
+    boost::shared_mutex incomingHttpRequestFilterMutex_;  // New in Orthanc 1.8.2
 
     Properties properties_;
     int argc_;