From 65ada65973e3238c3caa22431d78ddc8e8106477 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 26 Apr 2023 16:24:49 +0300 Subject: [PATCH] meson.build: Bump to version 11.0.91 for the alpha 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 a7b807fb6..85306073b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '11.0.90', + version: '11.0.91', default_options: [ 'warning_level=3', 'c_std=gnu99',