From b7993e84ea86279387d5759863fbe56544653db4 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Fri, 18 Aug 2023 09:55:32 -0600 Subject: [PATCH] TPL: Use latest fmt release 10.1.0 --- install-tpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-tpl.sh b/install-tpl.sh index f74c4d5dc5..6d099b784c 100755 --- a/install-tpl.sh +++ b/install-tpl.sh @@ -756,7 +756,7 @@ then echo "${txtgrn}+++ FMT${txtrst}" cd $ACCESS || exit cd TPL/fmt || exit - fmt_version="10.0.0" + fmt_version="10.1.0" if [ "$DOWNLOAD" == "YES" ] then