diff options
author | Simon Ser <contact@emersion.fr> | 2020-08-13 21:09:40 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-08-13 21:09:40 +0200 |
commit | 06d51cc4cbec4a9cb595d2560279feee9952f7c7 (patch) | |
tree | 5ebd3d94ba5180683c9e0bf3c2a91a2291a7573e | |
parent | ad41ad968afbab4c56cb81becf79bb47d575d388 (diff) |
build: bump to version 8.0.92 for the beta release8.0.92
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index adc62a4a..7d4bd23c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '8.0.91', + version: '8.0.92', default_options: [ 'warning_level=3', 'c_std=gnu99', |