diff OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.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 53df86a17e99
children f58b6bdbd63b
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Tue Jul 18 17:33:26 2017 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Wed Jul 19 09:09:53 2017 +0200
@@ -234,7 +234,7 @@
 
     bool force = GetBooleanValue("Force", request, false);
       
-    // As of Orthanc 1.2.1, the default anonymization is done
+    // As of Orthanc 1.3.0, the default anonymization is done
     // according to PS 3.15-2017c Table E.1-1 (basic profile)
     DicomVersion version = DicomVersion_2017c;
     if (request.isMember("DicomVersion"))