diff 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
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.cpp	Tue Jul 18 17:33:26 2017 +0200
+++ b/OrthancServer/ServerEnumerations.cpp	Wed Jul 19 09:09:53 2017 +0200
@@ -433,7 +433,7 @@
     if (obsolete)
     {
       LOG(WARNING) << "The \"" << manufacturer << "\" manufacturer is obsolete since "
-                   << "Orthanc 1.2.1. To guarantee compatibility with future Orthanc "
+                   << "Orthanc 1.3.0. To guarantee compatibility with future Orthanc "
                    << "releases, you should replace it by \""
                    << EnumerationToString(result)
                    << "\" in your configuration file.";