diff options
author | Simon Ser <contact@emersion.fr> | 2022-01-25 17:45:39 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-01-25 17:45:39 +0100 |
commit | 4ac64883d8c8116d6ed7e9e9dbf8c9881f886295 (patch) | |
tree | 62e63d545c14ee60f2356a0d54e1e3070d9aec74 | |
parent | db7e85d5f8a2b216ad76ea2ed7f6f6785d009ea7 (diff) |
build: bump to version 9.0.93 for the RC1 release9.0.93
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b558f071..72127a66 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '9.0.92', + version: '9.0.93', default_options: [ 'warning_level=3', 'c_std=gnu99', |