diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-20 18:39:33 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-20 18:39:33 +0100 |
commit | 105e0b9c2711b09b1ee655fb40d6c13a79945ff3 (patch) | |
tree | 8e1fec0cc2bf7629bdc24491edb57cf56a88cfe6 | |
parent | ba3b384b930f9ab40f94d125d4d26bc4b636821f (diff) |
build: bump to version 7.0.92 for the beta release7.0.92
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 450af20f..5ddbd7a3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '7.0.91', + version: '7.0.92', default_options: [ 'warning_level=3', 'c_std=gnu99', |