complibs/mpfr: update to latest version
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jun 13 19:15:53 2010 +0200 (2010-06-13)
changeset 1978fbee95d8182b
parent 1977 d11009b668dd
child 1979 22ce0c19f06a
complibs/mpfr: update to latest version
config/companion_libs/mpfr.in
     1.1 --- a/config/companion_libs/mpfr.in	Wed Jun 09 00:41:25 2010 +0200
     1.2 +++ b/config/companion_libs/mpfr.in	Sun Jun 13 19:15:53 2010 +0200
     1.3 @@ -6,6 +6,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config MPFR_V_3_0_0
     1.8 +    bool
     1.9 +    prompt "3.0.0"
    1.10 +
    1.11  config MPFR_V_2_4_2
    1.12      bool
    1.13      prompt "2.4.2"
    1.14 @@ -34,6 +38,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "3.0.0" if MPFR_V_3_0_0
    1.19      default "2.4.2" if MPFR_V_2_4_2
    1.20      default "2.4.1" if MPFR_V_2_4_1
    1.21      default "2.4.0" if MPFR_V_2_4_0