summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-01-06 18:19:23 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2016-01-06 18:19:23 (GMT)
commit50248e37e85e6b11c51d92ae44d50150a82c4e62 (patch)
treed8568d65393ab0209c28a51a4831cd047b7d7c22 /config
parentce74282be4c62aa5b1626976c550dfce57023803 (diff)
parent0b435d61f82d6a34b212b7bca964e57459d696da (diff)
Merge pull request #296 from FreddieChopin/add-gmp-6.1.0
gmp: add version 6.1.0
Diffstat (limited to 'config')
-rw-r--r--config/companion_libs/gmp.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in
index f156e69..52ffcdf 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_0
+ bool
+ prompt "6.1.0"
+ select GMP_5_0_2_or_later
+
config GMP_V_6_0_0
bool
prompt "6.0.0a"
@@ -52,6 +57,7 @@ config GMP_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ 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
default "5.1.1" if GMP_V_5_1_1