complibs/mpfr: update to 3.1.0
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Oct 16 14:38:52 2011 +0200 (2011-10-16)
changeset 27563976adc582fb
parent 2754 0cc4d6352c3e
child 2757 f070d922facf
complibs/mpfr: update to 3.1.0

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/companion_libs/mpfr.in
     1.1 --- a/config/companion_libs/mpfr.in	Thu Nov 17 01:14:12 2011 +0100
     1.2 +++ b/config/companion_libs/mpfr.in	Sun Oct 16 14:38:52 2011 +0200
     1.3 @@ -6,6 +6,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config MPFR_V_3_1_0
     1.8 +    bool
     1.9 +    prompt "3.1.0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config MPFR_V_3_0_1
    1.13      bool
    1.14      prompt "3.0.1 (EXPERIMENTAL)"
    1.15 @@ -43,6 +48,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "3.1.0" if MPFR_V_3_1_0
    1.20      default "3.0.1" if MPFR_V_3_0_1
    1.21      default "3.0.0" if MPFR_V_3_0_0
    1.22      default "2.4.2" if MPFR_V_2_4_2