From 78852bd35045774ade6c2b7559efe9c2fc7398db Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 17 May 2023 12:19:47 +0300 Subject: [PATCH] build: bump to version 11.0.2 for the point 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 82119aca..3de55ec1 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '11.0.1', + version: '11.0.2', default_options: [ 'warning_level=3', 'c_std=gnu99',