From 67574b3a75a7c4f9cbab183dde767fc344a0ae22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 13 Jan 2017 12:51:11 +0000 Subject: [PATCH] meson: bump version and bump meson requirement Adjust meson requirement to same as used in other modules. --- meson.build | 4 ++-- 1 file 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' ]) -- 2.7.4