diff Core/OrthancException.h @ 2988:9cc3d40e389b

Orthanc 1.4.3 is now known as 1.5.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2018 11:15:31 +0100
parents 74a5a7fd6e0e
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/OrthancException.h	Mon Dec 10 10:33:58 2018 +0100
+++ b/Core/OrthancException.h	Mon Dec 10 11:15:31 2018 +0100
@@ -52,7 +52,7 @@
     ErrorCode  errorCode_;
     HttpStatus httpStatus_;
 
-    // New in Orthanc 1.4.3
+    // New in Orthanc 1.5.0
     std::auto_ptr<std::string>  details_;
     
   public: