diff options
author | Simon Ser <contact@emersion.fr> | 2019-08-23 23:58:15 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-08-23 23:58:15 +0300 |
commit | 3180fa8a123a000e715e8f5adf45727ccc88fd56 (patch) | |
tree | 306b808e4f420bbda0d096fc4c53eca0fc51841b /meson.build | |
parent | d32dfcf8334d994803f9545c2418b2d5ff34e2fc (diff) |
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 404074c7..42a4f48c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '6.0.93', + version: '7.0.0', default_options: [ 'warning_level=3', 'c_std=gnu99', |