meson: bump version and bump meson requirement
authorTim-Philipp Müller <tim@centricular.com>
Fri, 13 Jan 2017 12:51:11 +0000 (12:51 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 13 Jan 2017 12:51:11 +0000 (12:51 +0000)
Adjust meson requirement to same as used in other modules.

meson.build

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