# HG changeset patch # User Alain Mazy # Date 1716453926 -7200 # Node ID 61771e7c44a8b44d3554fb0fa6fe3b294dab77b0 # Parent 9afd691bfb749d2a8b775803a1f2f483a54ce509 update to beta 3.8.1 diff -r 9afd691bfb74 -r 61771e7c44a8 NEWS --- 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 diff -r 9afd691bfb74 -r 61771e7c44a8 Resources/CreateOHIFDist.sh --- 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