Merge branch 'meson-warnings' into 'master'

meson: bump minimum version to 0.50.0

See merge request pwithnall/malcontent!59
This commit is contained in:
Philip Withnall 2020-04-06 13:46:25 +00:00
commit 78d553bafd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project('malcontent', 'c',
version : '0.7.0',
meson_version : '>= 0.49.0',
meson_version : '>= 0.50.0',
license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
default_options : [
'buildtype=debugoptimized',