changeset 49:b90285e2b4d2

update OHIF to 3.8.3
author Alain Mazy <am@orthanc.team>
date Fri, 12 Jul 2024 08:58:51 +0200
parents 176a2504c041
children 7a0d9fab6ae8 833abb2f82f4
files NEWS Resources/CreateOHIFDist.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Jun 26 12:18:09 2024 +0200
+++ b/NEWS	Fri Jul 12 08:58:51 2024 +0200
@@ -1,7 +1,7 @@
 Pending changes in the mainline
 ===============================
 
-* Updated OHIF to 3.9.0-beta.16 (that is actually a beta 3.8.1)
+* Updated OHIF to 3.8.3
 * Enabled support for segmentation and microscopy modes
   Note that the microscopy mode is not stable yet in OHIF!
 
--- a/Resources/CreateOHIFDist.sh	Wed Jun 26 12:18:09 2024 +0200
+++ b/Resources/CreateOHIFDist.sh	Fri Jul 12 08:58:51 2024 +0200
@@ -28,7 +28,7 @@
 set -ex
 
 if [ "$1" = "" ]; then
-    PACKAGE=Viewers-3.9.0-beta.16
+    PACKAGE=Viewers-3.8.3
 else
     PACKAGE=$1
 fi