From ce111061de794caa510da993d4e333539e1499f4 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 3 May 2023 09:58:23 +0300 Subject: [PATCH] meson.build: Bump to version 11.0.92 for the beta release Signed-off-by: Marius Vlad --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 068c7f1a4..2a0e39934 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '11.0.91', + version: '11.0.92', default_options: [ 'warning_level=3', 'c_std=gnu99',