From d3038814ed7c79b35180eccd91ff7dc43f60a298 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 24 Apr 2026 10:47:31 +0300 Subject: [PATCH] build: bump to version 14.0.3 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 fd14030c1..7785a7321 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '14.0.2', + version: '14.0.3', default_options: [ 'warning_level=3', 'c_std=gnu99',