From 6025fcaa098f8ca668893f29df5a9370804175a3 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 24 Aug 2018 09:20:25 -0400 Subject: [PATCH] Update required meson version to 0.47.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8458a66c..ff4e5e5f 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'c', version: '0.0.1', license: 'MIT', - meson_version: '>=0.47.0', + meson_version: '>=0.47.1', default_options: [ 'c_std=c11', 'warning_level=2',