changeset 3780:df69a5fdc836

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Mar 2020 14:47:01 +0100
parents 920c7ffb1187 (current diff) 64a095d133a8 (diff)
children d912b0b1628d 7f4a75093a6a
files Resources/CMake/OrthancFrameworkParameters.cmake Resources/DownloadOrthancFramework.cmake
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Mar 18 12:01:43 2020 +0100
+++ b/NEWS	Wed Mar 18 14:47:01 2020 +0100
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.6.0 (2020-03-18)
+==========================
+
 General
 -------
 
--- a/Resources/DownloadOrthancFramework.cmake	Wed Mar 18 12:01:43 2020 +0100
+++ b/Resources/DownloadOrthancFramework.cmake	Wed Mar 18 14:47:01 2020 +0100
@@ -112,6 +112,8 @@
         set(ORTHANC_FRAMEWORK_MD5 "e1b76f01116d9b5d4ac8cc39980560e3")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.8")
         set(ORTHANC_FRAMEWORK_MD5 "82323e8c49a667f658a3639ea4dbc336")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.6.0")
+        set(ORTHANC_FRAMEWORK_MD5 "eab428d6e53f61e847fa360bb17ebe25")
 
       # Below this point are development snapshots that were used to
       # release some plugin, before an official release of the Orthanc