diff options
author | Simon Ser <contact@emersion.fr> | 2019-08-02 19:11:52 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-08-02 19:11:52 +0300 |
commit | 1a3c6df5d5f18665e39baa026f19372361eac2ee (patch) | |
tree | 30560d63733e0ce933f661e742359cabf5087496 | |
parent | d9cec1261c142303e94be4784a453dfb44de6645 (diff) |
build: bump to version 6.0.92 for the beta release6.0.92
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2c6dc442..b8c51478 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '6.0.91', + version: '6.0.92', default_options: [ 'warning_level=3', 'c_std=gnu99', |