meson: bump version and bump meson requirement

Adjust meson requirement to same as used in other modules.
This commit is contained in:
Tim-Philipp Müller 2017-01-13 12:51:11 +00:00
parent 25b98c1ef5
commit 67574b3a75

View file

@ -1,6 +1,6 @@
project('gst-python', 'c', 'cpp', project('gst-python', 'c', 'cpp',
version : '1.11.0.1', version : '1.11.1.1',
meson_version : '>= 0.33.0', meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',
'buildtype=debugoptimized' ]) 'buildtype=debugoptimized' ])