config/gmp_mpfr/mpfr.in
changeset 1199 4714cf419e98
parent 902 25bd163c6886
child 1249 e612e57b4249
     1.1 --- a/config/gmp_mpfr/mpfr.in	Sun Oct 05 12:32:42 2008 +0000
     1.2 +++ b/config/gmp_mpfr/mpfr.in	Mon Feb 02 21:09:42 2009 +0000
     1.3 @@ -12,6 +12,11 @@
     1.4      bool
     1.5      prompt "2.3.2"
     1.6  
     1.7 +config MPFR_V_2_4_0
     1.8 +    bool
     1.9 +    prompt "2.4.0  (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  # CT_INSERT_VERSION_ABOVE
    1.13  # Don't remove above line!
    1.14  endchoice
    1.15 @@ -20,6 +25,7 @@
    1.16      string
    1.17      default "2.3.1" if MPFR_V_2_3_1
    1.18      default "2.3.2" if MPFR_V_2_3_2
    1.19 +    default "2.4.0" if MPFR_V_2_4_0
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!
    1.22