changeset 45:61771e7c44a8

update to beta 3.8.1
author Alain Mazy <am@orthanc.team>
date Thu, 23 May 2024 10:45:26 +0200
parents 9afd691bfb74
children 63a392fbf14e
files NEWS Resources/CreateOHIFDist.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri May 03 13:02:51 2024 +0200
+++ b/NEWS	Thu May 23 10:45:26 2024 +0200
@@ -1,7 +1,7 @@
 Pending changes in the mainline
 ===============================
 
-* Updated OHIF to 3.8.0
+* Updated OHIF to 3.9.0-beta.15 (that is actually a beta 3.8.1)
 * Patching OHIF code for https://github.com/OHIF/Viewers/issues/3928
   to allow using token args in URL
 * Enabled support for segmentation and microscopy modes
--- a/Resources/CreateOHIFDist.sh	Fri May 03 13:02:51 2024 +0200
+++ b/Resources/CreateOHIFDist.sh	Thu May 23 10:45:26 2024 +0200
@@ -28,7 +28,7 @@
 set -ex
 
 if [ "$1" = "" ]; then
-    PACKAGE=Viewers-3.8.0
+    PACKAGE=Viewers-3.9.0-beta.15
 else
     PACKAGE=$1
 fi