From d3ae65223b762fd790161bcf9dcadcaf7d4fcf2f Mon Sep 17 00:00:00 2001 From: Paul Zimmermann Date: Fri, 24 Jul 2020 10:43:54 +0200 Subject: replaced MPFR 4.0.3 (which does not exist) by MPFR 4.1.0 --- tests/tmul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tmul.c b/tests/tmul.c index 46e5a05..fae9233 100644 --- a/tests/tmul.c +++ b/tests/tmul.c @@ -150,7 +150,7 @@ bug20200206 (void) { printf ("Error, mpc_mul returns an out-of-range exponent:\n"); mpfr_dump (mpc_realref (z)); - printf ("Bug most probably in MPFR, please upgrade to MPFR 4.0.3 or later\n"); + printf ("Bug most probably in MPFR, please upgrade to MPFR 4.1.0 or later\n"); exit (1); } mpc_clear (x); -- cgit v1.2.1