diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-06 20:30:51 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-06 20:30:51 +0100 |
commit | 404a84a03a81362c3528387d7c722e0850149676 (patch) | |
tree | 3b936a650ac6310ea350b05da036e4a953130e55 | |
parent | 2eee164f24ee24de5c880d037fedf8eb4fa8f452 (diff) |
build: bump to version 7.0.91 for the alpha release7.0.91
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f1fa6ba6..450af20f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '7.0.90', + version: '7.0.91', default_options: [ 'warning_level=3', 'c_std=gnu99', |