From 0eac5238fa912465958613eb6c123865aba9829d Mon Sep 17 00:00:00 2001 From: Oscar Benjamin Date: Wed, 12 Mar 2025 23:09:12 +0000 Subject: [PATCH] Bump FLINT to 3.2.0 --- bin/build_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build_variables.sh b/bin/build_variables.sh index e7a08ce1..b4f89a9d 100644 --- a/bin/build_variables.sh +++ b/bin/build_variables.sh @@ -21,4 +21,4 @@ MPIRVER=3.0.0 # MPIR build no longer works (not clear where to download from) # These are the actual dependencies used (at least by default): GMPVER=6.3.0 MPFRVER=4.1.0 -FLINTVER='3.2.0-rc2' +FLINTVER='3.2.0'