summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-01-13 12:51:11 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-01-13 12:51:11 +0000
commit67574b3a75a7c4f9cbab183dde767fc344a0ae22 (patch)
treecd60d396560aae960a39e4fba1e73b792668fea9
parent25b98c1ef5f2c238e8639fe86b93db8cd0bb05a5 (diff)
meson: bump version and bump meson requirement
Adjust meson requirement to same as used in other modules.
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index cac72e1..5c05bc1 100644
--- a/meson.build
+++ b/meson.build
@@ -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' ])