From 540d681568195aea516f382b1494fe76c85456ce Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 2 Aug 2009 23:33:37 +0200 Subject: [comp-lib-gmp] Add latest versions Add 4.3.0 and 4.3.1. --- config/companion_libs/gmp.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config') diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in index c4fc246b..a87f4175 100644 --- a/config/companion_libs/gmp.in +++ b/config/companion_libs/gmp.in @@ -12,6 +12,14 @@ config GMP_V_4_2_4 bool prompt "4.2.4" +config GMP_V_4_3_0 + bool + prompt "4.3.0" + +config GMP_V_4_3_1 + bool + prompt "4.3.1" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -20,5 +28,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 + default "4.3.0" if GMP_V_4_3_0 + default "4.3.1" if GMP_V_4_3_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! -- cgit v1.2.3