# HG changeset patch # User Sebastien Jodogne # Date 1500448662 -7200 # Node ID 4362026afddfe38c7611b6b81684601e0a108b89 # Parent 72510657f7b9ab0013de620e01ff29e34900c58a orthanc 1.2.1 renamed as 1.3.0 diff -r 72510657f7b9 -r 4362026afddf Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Wed Mar 22 16:40:32 2017 +0100 +++ b/Plugin/Plugin.cpp Wed Jul 19 09:17:42 2017 +0200 @@ -305,7 +305,7 @@ configuration.LookupListOfStrings(tmp, "TokenGetArguments", true); -#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 2, 1) +#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 3, 0) for (std::list::const_iterator it = tmp.begin(); it != tmp.end(); ++it) { @@ -315,7 +315,7 @@ if (!tmp.empty()) { LOG(ERROR) << "The option \"TokenGetArguments\" of the authorization plugin " - << "is only valid if compiled against Orthanc >= 1.2.1"; + << "is only valid if compiled against Orthanc >= 1.3.0"; throw Orthanc::OrthancException(Orthanc::ErrorCode_Plugin); } #endif