From a4939fd123f509766e60b2d310d801b215c9822d Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 24 Apr 2026 11:06:05 +0300 Subject: [PATCH] build: bump to version 15.0.1 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 4f153663f..79256cd68 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', ['c', 'cpp'], - version: '15.0.0', + version: '15.0.1', default_options: [ 'warning_level=3', 'c_std=gnu11',