From 451128113771ad0c234c6248ce03a1b20fb2fbf0 Mon Sep 17 00:00:00 2001 From: Ashley Stewart Date: Mon, 5 Aug 2024 16:42:00 +1000 Subject: [PATCH] QSMxT: v7.0.0 --- recipes/qsmxt/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/qsmxt/build.sh b/recipes/qsmxt/build.sh index f0ea42c6..c0a252ae 100755 --- a/recipes/qsmxt/build.sh +++ b/recipes/qsmxt/build.sh @@ -2,7 +2,7 @@ set -e export toolName='qsmxt' -export toolVersion='6.4.4' +export toolVersion='7.0.0' if [ "$1" != "" ]; then echo "Entering Debug mode"