From e1a01966966936abc66b119f1b3c40cced88a85e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 13 May 2017 18:14:50 +0100 Subject: meson: Update required version to 0.39.1 It seems bumping to 0.38.1 was too relaxed, and evidently I didn't thoroughly test the change. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index afccf78..5435f45 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project('libepoxy', 'c', version: '1.4.2', 'warning_level=1', ], license: 'MIT', - meson_version: '>= 0.38.1') + meson_version: '>= 0.39.1') epoxy_version = meson.project_version().split('.') epoxy_major_version = epoxy_version[0].to_int() -- cgit v1.2.1