diff -r 50b25816f5bb -r 4477403726db config/companion_libs/gmp.in --- a/config/companion_libs/gmp.in Wed Oct 28 19:15:50 2009 +0100 +++ b/config/companion_libs/gmp.in Tue Mar 30 22:31:49 2010 +0200 @@ -6,6 +6,14 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config GMP_V_5_0_1 + bool + prompt "5.0.1" + +config GMP_V_4_3_2 + bool + prompt "4.3.2" + config GMP_V_4_3_1 bool prompt "4.3.1" @@ -30,6 +38,8 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "5.0.1" if GMP_V_5_0_1 + default "4.3.2" if GMP_V_4_3_2 default "4.3.1" if GMP_V_4_3_1 default "4.3.0" if GMP_V_4_3_0 default "4.2.4" if GMP_V_4_2_4