changeset 31:4c850b84e90f default tip

updated VolView to 971610f
author Alain Mazy <am@orthanc.team>
date Tue, 25 Mar 2025 10:02:59 +0100
parents e2fd60bf5a09
children
files NEWS Resources/CreateVolViewDist.sh
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Feb 24 18:44:36 2025 +0100
+++ b/NEWS	Tue Mar 25 10:02:59 2025 +0100
@@ -1,7 +1,8 @@
 Pending changes in the mainline
 ===============================
 
-* Upgrade to VolView mainline (commit 6df6e6e).
+* Upgrade to VolView mainline (commit 971610f).
+  Note that the VolView "About" box shall now display version 4.3.0.
 
 
 Version 1.2 (2025-01-17)
--- a/Resources/CreateVolViewDist.sh	Mon Feb 24 18:44:36 2025 +0100
+++ b/Resources/CreateVolViewDist.sh	Tue Mar 25 10:02:59 2025 +0100
@@ -29,7 +29,7 @@
 
 if [ "$1" = "" ]; then
     #VERSION=4.3.0
-    VERSION=main-6df6e6e
+    VERSION=main-971610f
 else
     VERSION=$1
 fi