diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-08-24 09:20:25 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-08-24 09:20:25 -0400 |
commit | 6025fcaa098f8ca668893f29df5a9370804175a3 (patch) | |
tree | cbf7322ce3cb0098282260e9d600811776cf2455 | |
parent | 8ecf9224f514e9632f51170c8de3038555e11ddf (diff) |
Update required meson version to 0.47.1
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |