# HG changeset patch # User Sebastien Jodogne # Date 1666860521 -7200 # Node ID 071e1faee1c1dcc673c397421ae80979dea8630e # Parent fcb2ed6c88ff4e2a0ab0fac1519da9a73b799682 added orthanc framework 1.11.2 diff -r fcb2ed6c88ff -r 071e1faee1c1 OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Wed Oct 19 21:15:41 2022 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Thu Oct 27 10:48:41 2022 +0200 @@ -150,6 +150,8 @@ set(ORTHANC_FRAMEWORK_MD5 "962c4a4a706a2ef28b390d8515dd7091") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.1") set(ORTHANC_FRAMEWORK_MD5 "a39661c406adf22cf574fde290cf4bbf") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.11.2") + set(ORTHANC_FRAMEWORK_MD5 "ede3de356493a8868545f8cb4b8bc8b5") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc