changeset 53:0032e89777a9 default tip

upgraded OHIF to 3.8.5
author Alain Mazy <am@orthanc.team>
date Wed, 06 Nov 2024 10:08:37 +0100
parents cba575de51b7
children
files NEWS Resources/CreateOHIFDist.sh
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Oct 09 12:44:01 2024 +0200
+++ b/NEWS	Wed Nov 06 10:08:37 2024 +0100
@@ -1,6 +1,7 @@
 Pending changes in the mainline
 ===============================
 
+* Updated OHIF to 3.8.5
 * The default value for the "DataSource" configuration is now "dicom-web"
   instead of "dicom-json" since "dicom-web" is usually
   more optimized.
--- a/Resources/CreateOHIFDist.sh	Wed Oct 09 12:44:01 2024 +0200
+++ b/Resources/CreateOHIFDist.sh	Wed Nov 06 10:08:37 2024 +0100
@@ -28,7 +28,7 @@
 set -ex
 
 if [ "$1" = "" ]; then
-    PACKAGE=Viewers-3.8.3
+    PACKAGE=Viewers-3.8.5
 else
     PACKAGE=$1
 fi