changeset 194:e6c7ca40cfc9

release 1.2.1 was renamed as 1.3.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jul 2017 14:02:08 +0200
parents 43d8cc27c5ad
children a299e9e67c3a
files Plugin/QidoRs.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/QidoRs.cpp	Wed Jul 19 15:09:23 2017 +0200
+++ b/Plugin/QidoRs.cpp	Thu Jul 20 14:02:08 2017 +0200
@@ -277,11 +277,11 @@
 
       if (offset_ != 0 &&
           !OrthancPlugins::CheckMinimalOrthancVersion(
-            OrthancPlugins::Configuration::GetContext(), 1, 2, 1))
+            OrthancPlugins::Configuration::GetContext(), 1, 3, 0))
       {
         OrthancPlugins::Configuration::LogError(
           "QIDO-RS request with \"offset\" argument: "
-          "Only available if the Orthanc core version is >= 1.2.1");
+          "Only available if the Orthanc core version is >= 1.3.0");
       }
       
       for (Filters::const_iterator it = filters_.begin();