diff options
author | Simon Ser <contact@emersion.fr> | 2021-12-14 15:07:47 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-12-14 15:07:47 +0100 |
commit | 1cca054ddb48c0cd6760ad330b88ee6cf12fbe33 (patch) | |
tree | 322ac8bce322054a74db93198c84f18f8e93f5f1 | |
parent | 07326040b9ce911989a561558361c0312f8ac67b (diff) |
build: bump to version 9.0.91 for the alpha release9.0.91
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 78a4df93..af25e260 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '9.0.90', + version: '9.0.91', default_options: [ 'warning_level=3', 'c_std=gnu99', |