aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-24 09:20:25 -0400
committerDrew DeVault <sir@cmpwn.com>2018-08-24 09:20:25 -0400
commit6025fcaa098f8ca668893f29df5a9370804175a3 (patch)
treecbf7322ce3cb0098282260e9d600811776cf2455
parent8ecf9224f514e9632f51170c8de3038555e11ddf (diff)
Update required meson version to 0.47.1
-rw-r--r--meson.build2
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',