From 903b3fd6c18f7ce6f89b342509a69d6b6a64cffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Fri, 27 Dec 2024 19:58:41 +0100 Subject: [PATCH] Bump fmt11 to 11.1.1 --- README.md | 2 +- common/install-fmt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae9c2f..df5a251 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ All images contain: * fmt-8.1.1 * fmt-9.1.0 * fmt-10.2.1 -* fmt-11.1.0 +* fmt-11.1.1 * benchmark-v1.9.0 The installed libraries are located under diff --git a/common/install-fmt.sh b/common/install-fmt.sh index 6d014e7..ebb127f 100755 --- a/common/install-fmt.sh +++ b/common/install-fmt.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eou pipefail -VERSIONS="11.1.0 10.2.1 9.1.0 8.1.1" +VERSIONS="11.1.1 10.2.1 9.1.0 8.1.1" readonly CXX=$1 readonly CXX_STANDARDS="$2"