diff options
author | Simon Ser <contact@emersion.fr> | 2020-09-04 12:20:00 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-09-04 12:20:00 +0200 |
commit | 04d3ae265d8d8f84352c8dac21ec40b2fe07e7d2 (patch) | |
tree | 5e36fc85c3d309e2ed2a076c1535cd9cfdeb46b2 | |
parent | 13f501c51b536256e935eefc9bde7922c5bdd7e3 (diff) | |
download | weston-upstream.tar.gz weston-upstream.tar.bz2 weston-upstream.zip |
build: bump to version 9.0.0 for the official releaseupstream/9.0.0upstream
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6b501a27..e7d053b9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '8.0.93', + version: '9.0.0', default_options: [ 'warning_level=3', 'c_std=gnu99', |