comparison OrthancServer/ServerEnumerations.cpp @ 2354:415450f11cc7

rename Orthanc 1.2.1 as 1.3.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 09:09:53 +0200
parents 3ab96768d144
children 7284093111b0
comparison
equal deleted inserted replaced
2352:3ab96768d144 2354:415450f11cc7
431 } 431 }
432 432
433 if (obsolete) 433 if (obsolete)
434 { 434 {
435 LOG(WARNING) << "The \"" << manufacturer << "\" manufacturer is obsolete since " 435 LOG(WARNING) << "The \"" << manufacturer << "\" manufacturer is obsolete since "
436 << "Orthanc 1.2.1. To guarantee compatibility with future Orthanc " 436 << "Orthanc 1.3.0. To guarantee compatibility with future Orthanc "
437 << "releases, you should replace it by \"" 437 << "releases, you should replace it by \""
438 << EnumerationToString(result) 438 << EnumerationToString(result)
439 << "\" in your configuration file."; 439 << "\" in your configuration file.";
440 } 440 }
441 441