build: bump meson version

This commit is contained in:
Christian Hergert
2020-07-28 09:33:40 -07:00
parent 4f4674c54f
commit 857d91624c

View File

@ -1,7 +1,7 @@
project('sysprof', 'c', project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'], license: ['GPL3+', 'GPL2+'],
version: '3.37.2', version: '3.37.2',
meson_version: '>=0.50.0', meson_version: '>=0.51.0',
default_options: [ 'c_std=gnu11', default_options: [ 'c_std=gnu11',
'cpp_std=c++11', 'cpp_std=c++11',
'warning_level=2', 'warning_level=2',