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',