diff options
author | Simon Ser <contact@emersion.fr> | 2022-09-06 19:29:17 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-09-06 19:29:17 +0200 |
commit | a6b8f0f89cf7850e69faef31e3755776f0218bde (patch) | |
tree | 8370596962722a79b5af34d1acf53443a7508731 | |
parent | 1aa935e6d81603505701bb8bb97e1e4fee589721 (diff) |
build: bump to version 10.0.93 for the RC1 release10.0.93
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 51a3ec61..66bf6152 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '10.0.92', + version: '10.0.93', default_options: [ 'warning_level=3', 'c_std=gnu99', |