Bump to 2.14.0

This commit is contained in:
Patrick Griffis
2018-03-10 16:39:15 -05:00
parent 6ec523423a
commit 2286990a6f
3 changed files with 29 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ if get_option('with-gtk')
appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
test('Validate io.github.Hexchat.appdata.xml', appstream_util,
args: ['validate', hexchat_appdata]
args: ['validate-relax', hexchat_appdata]
)
endif