diff options
author | Simon Ser <contact@emersion.fr> | 2022-09-22 18:16:14 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-09-22 18:16:14 +0200 |
commit | d23a69272f544ee428ebbb597da09a82e084132c (patch) | |
tree | 2923e7470e506c08163c16f203d89a6f6fa6d44a | |
parent | 3dc6a682e4b5788389f5a8c3f93760fb4a278626 (diff) |
build: bump to version 11.0.0 for the official release11.0.0
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 86b97b5e..c6b73d58 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '10.0.94', + version: '11.0.0', default_options: [ 'warning_level=3', 'c_std=gnu99', |