From 3c981f9dc585aaadaca94b3a75502773e3327c5b Mon Sep 17 00:00:00 2001 From: Alastair D'Silva Date: Sat, 24 Dec 2016 08:21:48 +1100 Subject: Bump GMP version to 6.1.2 Signed-off-by: Alastair D'Silva diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in index 52ffcdf..b92050d 100644 --- a/config/companion_libs/gmp.in +++ b/config/companion_libs/gmp.in @@ -6,6 +6,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config GMP_V_6_1_2 + bool + prompt "6.1.2" + select GMP_5_0_2_or_later + config GMP_V_6_1_0 bool prompt "6.1.0" @@ -57,6 +62,7 @@ config GMP_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "6.1.2" if GMP_V_6_1_2 default "6.1.0" if GMP_V_6_1_0 default "6.0.0a" if GMP_V_6_0_0 default "5.1.3" if GMP_V_5_1_3 -- cgit v0.10.2-6-g49f6