Add the latest GMP and MPFR versions.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Oct 05 12:32:42 2008 +0000 (2008-10-05)
changeset 90225bd163c6886
parent 901 55fbab1b4f94
child 903 9fb0f81b4416
Add the latest GMP and MPFR versions.

/trunk/config/gmp_mpfr/gmp.in | 5 5 0 0 +++++
/trunk/config/gmp_mpfr/mpfr.in | 5 5 0 0 +++++
2 files changed, 10 insertions(+)
config/gmp_mpfr/gmp.in
config/gmp_mpfr/mpfr.in
     1.1 --- a/config/gmp_mpfr/gmp.in	Fri Oct 03 20:00:36 2008 +0000
     1.2 +++ b/config/gmp_mpfr/gmp.in	Sun Oct 05 12:32:42 2008 +0000
     1.3 @@ -8,6 +8,10 @@
     1.4      bool
     1.5      prompt "4.2.2"
     1.6  
     1.7 +config GMP_V_4_2_4
     1.8 +    bool
     1.9 +    prompt "4.2.4"
    1.10 +
    1.11  # CT_INSERT_VERSION_ABOVE
    1.12  # Don't remove above line!
    1.13  endchoice
    1.14 @@ -15,6 +19,7 @@
    1.15  config GMP_VERSION
    1.16      string
    1.17      default "4.2.2" if GMP_V_4_2_2
    1.18 +    default "4.2.4" if GMP_V_4_2_4
    1.19  # CT_INSERT_VERSION_STRING_ABOVE
    1.20  # Don't remove above line!
    1.21  
     2.1 --- a/config/gmp_mpfr/mpfr.in	Fri Oct 03 20:00:36 2008 +0000
     2.2 +++ b/config/gmp_mpfr/mpfr.in	Sun Oct 05 12:32:42 2008 +0000
     2.3 @@ -8,6 +8,10 @@
     2.4      bool
     2.5      prompt "2.3.1"
     2.6  
     2.7 +config MPFR_V_2_3_2
     2.8 +    bool
     2.9 +    prompt "2.3.2"
    2.10 +
    2.11  # CT_INSERT_VERSION_ABOVE
    2.12  # Don't remove above line!
    2.13  endchoice
    2.14 @@ -15,6 +19,7 @@
    2.15  config MPFR_VERSION
    2.16      string
    2.17      default "2.3.1" if MPFR_V_2_3_1
    2.18 +    default "2.3.2" if MPFR_V_2_3_2
    2.19  # CT_INSERT_VERSION_STRING_ABOVE
    2.20  # Don't remove above line!
    2.21