config/companion_libs/mpfr.in
changeset 1696 f04fb2d52023
parent 1615 50b25816f5bb
child 1784 dfadefc288c1
     1.1 --- a/config/companion_libs/mpfr.in	Wed Oct 28 19:15:50 2009 +0100
     1.2 +++ b/config/companion_libs/mpfr.in	Wed Jan 06 18:42:41 2010 +0100
     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_2_4_2
     1.8 +    bool
     1.9 +    prompt "2.4.2 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config MPFR_V_2_4_1
    1.13      bool
    1.14      prompt "2.4.1"
    1.15 @@ -30,6 +35,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    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
    1.22      default "2.3.2" if MPFR_V_2_3_2