diff options
author | Simon Ser <contact@emersion.fr> | 2019-07-19 19:03:05 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-07-19 19:03:05 +0300 |
commit | 04f7646dee4d47425d797c44a61901ea6f662763 (patch) | |
tree | e812fd9670ae3edb12b16f375fcb7ba7d7aa27e3 | |
parent | d5d5aa91a274117428b6054fc98c06bcd3a0cb99 (diff) |
build: bump to version 6.0.91 for the alpha release6.0.91
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e8bfd360..02be96fe 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '6.0.90', + version: '6.0.91', default_options: [ 'warning_level=3', 'c_std=gnu99', |