Skip to content

Commit

Permalink
Merge pull request #532 from stilor/expat-2.2
Browse files Browse the repository at this point in the history
Add expat 2.1.1 and 2.2.0.
  • Loading branch information
stilor committed Jan 16, 2017
2 parents 5dab5e4 + ac9f361 commit 16a7f7b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions config/companion_libs/expat.in
Expand Up @@ -6,14 +6,19 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config EXPAT_V_2_1_0
config EXPAT_V_2_2_0
bool
prompt "2.1.0"
prompt "2.2.0"

config EXPAT_V_2_1_1
bool
prompt "2.1.1"

endchoice

config EXPAT_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.1.0" if EXPAT_V_2_1_0
default "2.2.0" if EXPAT_V_2_2_0
default "2.1.1" if EXPAT_V_2_1_1

0 comments on commit 16a7f7b

Please sign in to comment.