# HG changeset patch # User Alain Mazy # Date 1720767531 -7200 # Node ID b90285e2b4d20c4b25473ea77be789a80332a018 # Parent 176a2504c041e1fe40ec914904e3656c1f3c5510 update OHIF to 3.8.3 diff -r 176a2504c041 -r b90285e2b4d2 NEWS --- 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! diff -r 176a2504c041 -r b90285e2b4d2 Resources/CreateOHIFDist.sh --- 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