config/gmp_mpfr/mpfr.in
changeset 1249 e612e57b4249
parent 1199 4714cf419e98
     1.1 --- a/config/gmp_mpfr/mpfr.in	Mon Feb 02 21:09:42 2009 +0000
     1.2 +++ b/config/gmp_mpfr/mpfr.in	Sun Mar 08 17:27:02 2009 +0000
     1.3 @@ -14,8 +14,11 @@
     1.4  
     1.5  config MPFR_V_2_4_0
     1.6      bool
     1.7 -    prompt "2.4.0  (EXPERIMENTAL)"
     1.8 -    depends on EXPERIMENTAL
     1.9 +    prompt "2.4.0"
    1.10 +
    1.11 +config MPFR_V_2_4_1
    1.12 +    bool
    1.13 +    prompt "2.4.1"
    1.14  
    1.15  # CT_INSERT_VERSION_ABOVE
    1.16  # Don't remove above line!
    1.17 @@ -26,6 +29,7 @@
    1.18      default "2.3.1" if MPFR_V_2_3_1
    1.19      default "2.3.2" if MPFR_V_2_3_2
    1.20      default "2.4.0" if MPFR_V_2_4_0
    1.21 +    default "2.4.1" if MPFR_V_2_4_1
    1.22  # CT_INSERT_VERSION_STRING_ABOVE
    1.23  # Don't remove above line!
    1.24