changeset 4759:cb18a1869e4e

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Jul 2021 10:46:46 +0200
parents 72a850947b11 (current diff) b1319a5304fb (diff)
children b2417ac5055a 31e12d2ce275
files OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Jul 20 08:14:05 2021 +0200
+++ b/NEWS	Wed Jul 21 10:46:46 2021 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.9.6 (2021-07-21)
+==========================
+
 Orthanc Explorer
 ----------------
 
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake	Tue Jul 20 08:14:05 2021 +0200
+++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake	Wed Jul 21 10:46:46 2021 +0200
@@ -134,6 +134,8 @@
         set(ORTHANC_FRAMEWORK_MD5 "6d5ca4a73ac7d42445041ca79de1624d")
       elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.5")
         set(ORTHANC_FRAMEWORK_MD5 "10fc64de1254a095e5d3ed3931f0cfbb")
+      elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.6")
+        set(ORTHANC_FRAMEWORK_MD5 "4b5d05683d747c29b2860ad79d11e62e")
 
       # Below this point are development snapshots that were used to
       # release some plugin, before an official release of the Orthanc