changeset 5052:e2dece12f444

back to mainline
author Alain Mazy <am@osimis.io>
date Thu, 30 Jun 2022 17:11:08 +0200
parents ea9e2680da6f (current diff) eb657d880427 (diff)
children 1e435be86887
files OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jun 30 07:15:37 2022 +0200
+++ b/NEWS	Thu Jun 30 17:11:08 2022 +0200
@@ -1,4 +1,4 @@
-Pending changes in the mainline
+Version 1.11.1 (2022-06-30)
 ===========================
 
 General
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake	Thu Jun 30 07:15:37 2022 +0200
+++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake	Thu Jun 30 17:11:08 2022 +0200
@@ -148,6 +148,8 @@
         set(ORTHANC_FRAMEWORK_MD5 "caf667fc5ea452b3d0c2f70bfd02599c")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.0")
         set(ORTHANC_FRAMEWORK_MD5 "962c4a4a706a2ef28b390d8515dd7091")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.1")
+        set(ORTHANC_FRAMEWORK_MD5 "a39661c406adf22cf574fde290cf4bbf")
 
       # Below this point are development snapshots that were used to
       # release some plugin, before an official release of the Orthanc
--- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Thu Jun 30 07:15:37 2022 +0200
+++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Thu Jun 30 17:11:08 2022 +0200
@@ -120,7 +120,7 @@
 
 #define ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER     1
 #define ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER     11
-#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  0
+#define ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER  1
 
 
 #if !defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)