diff options
author | Simon Ser <contact@emersion.fr> | 2019-08-16 18:48:51 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-08-16 18:48:51 +0300 |
commit | 670ac1c0edbc1a4e60f2fee2fcb1e39b57f853fc (patch) | |
tree | 6f6ce62e2b27c38fccdbc61e4a557a97825a6ddf | |
parent | bf5b6219ae8736aa0a6100038c22172e9a46459a (diff) |
build: bump to version 6.0.93 for the RC1 release6.0.93
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b8c51478..404074c7 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '6.0.92', + version: '6.0.93', default_options: [ 'warning_level=3', 'c_std=gnu99', |