# HG changeset patch # User Sebastien Jodogne # Date 1500552128 -7200 # Node ID e6c7ca40cfc91089f538e18c70e6c040921270d1 # Parent 43d8cc27c5adf8ec9dda4ca39bd94ff9956f48b2 release 1.2.1 was renamed as 1.3.0 diff -r 43d8cc27c5ad -r e6c7ca40cfc9 Plugin/QidoRs.cpp --- 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();