# HG changeset patch # User "Yann E. MORIN" # Date 1223209962 0 # Node ID 25bd163c68862764db963e982f6cc97b3f499017 # Parent 55fbab1b4f94dcaf1e2c53dd0d0ab09311056149 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(+) diff -r 55fbab1b4f94 -r 25bd163c6886 config/gmp_mpfr/gmp.in --- a/config/gmp_mpfr/gmp.in Fri Oct 03 20:00:36 2008 +0000 +++ b/config/gmp_mpfr/gmp.in Sun Oct 05 12:32:42 2008 +0000 @@ -8,6 +8,10 @@ bool prompt "4.2.2" +config GMP_V_4_2_4 + bool + prompt "4.2.4" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -15,6 +19,7 @@ config GMP_VERSION string default "4.2.2" if GMP_V_4_2_2 + default "4.2.4" if GMP_V_4_2_4 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! diff -r 55fbab1b4f94 -r 25bd163c6886 config/gmp_mpfr/mpfr.in --- a/config/gmp_mpfr/mpfr.in Fri Oct 03 20:00:36 2008 +0000 +++ b/config/gmp_mpfr/mpfr.in Sun Oct 05 12:32:42 2008 +0000 @@ -8,6 +8,10 @@ bool prompt "2.3.1" +config MPFR_V_2_3_2 + bool + prompt "2.3.2" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -15,6 +19,7 @@ config MPFR_VERSION string default "2.3.1" if MPFR_V_2_3_1 + default "2.3.2" if MPFR_V_2_3_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!