dd latest MPFR 2.4.0 version (EXPERIMENTAL).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 02 21:09:42 2009 +0000 (2009-02-02)
changeset 11994714cf419e98
parent 1198 5b6539923eea
child 1200 136731f6f597
dd latest MPFR 2.4.0 version (EXPERIMENTAL).

/trunk/config/gmp_mpfr/mpfr.in | 6 6 0 0 ++++++
1 file changed, 6 insertions(+)
config/gmp_mpfr/mpfr.in
     1.1 --- a/config/gmp_mpfr/mpfr.in	Mon Feb 02 21:09:07 2009 +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