summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/gmp_mpfr/mpfr.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/gmp_mpfr/mpfr.in b/config/gmp_mpfr/mpfr.in
index 00818b8..dcea326 100644
--- a/config/gmp_mpfr/mpfr.in
+++ b/config/gmp_mpfr/mpfr.in
@@ -14,8 +14,11 @@ config MPFR_V_2_3_2
config MPFR_V_2_4_0
bool
- prompt "2.4.0 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.4.0"
+
+config MPFR_V_2_4_1
+ bool
+ prompt "2.4.1"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -26,6 +29,7 @@ config MPFR_VERSION
default "2.3.1" if MPFR_V_2_3_1
default "2.3.2" if MPFR_V_2_3_2
default "2.4.0" if MPFR_V_2_4_0
+ default "2.4.1" if MPFR_V_2_4_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!