From 1d343b9b78d6638436dbe76d67c52aad84e64320 Mon Sep 17 00:00:00 2001 From: Ashley Stewart Date: Fri, 30 Aug 2024 16:18:11 +1000 Subject: [PATCH] QSMxT: v7.2.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 e5d73078..c2b312ac 100755 --- a/recipes/qsmxt/build.sh +++ b/recipes/qsmxt/build.sh @@ -2,7 +2,7 @@ set -e export toolName='qsmxt' -export toolVersion='7.1.0' +export toolVersion='7.2.0' if [ "$1" != "" ]; then echo "Entering Debug mode"