Skip to content

Commit

Permalink
Merge pull request #296 from FreddieChopin/add-gmp-6.1.0
Browse files Browse the repository at this point in the history
gmp: add version 6.1.0
  • Loading branch information
bhundven committed Jan 6, 2016
2 parents ce74282 + 0b435d6 commit 50248e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/companion_libs/gmp.in
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 50248e3

Please sign in to comment.