diff options
author | Simon Ser <contact@emersion.fr> | 2020-01-17 23:18:24 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-01-17 23:18:24 +0100 |
commit | 0fa41030bbcb22b39018eeb9f1b2f0bd2d688c84 (patch) | |
tree | f06ec28224ce6681dc71795c0820990fc278dbf0 | |
parent | a27658e9813003b53132aeccfd3b9861ade5e559 (diff) |
build: bump to version 7.0.93 for the RC1 release7.0.93
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 5ddbd7a3..ebd499de 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '7.0.92', + version: '7.0.93', default_options: [ 'warning_level=3', 'c_std=gnu99', |