From 07d9eb1f7e087a9a5de06767bc5f377028a6c101 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 19 Jan 2026 09:39:03 +0200 Subject: [PATCH] build: bump to version 14.0.93 for the RC1 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 7121802dd..95bfb4686 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', ['c', 'cpp'], - version: '14.0.92', + version: '14.0.93', default_options: [ 'warning_level=3', 'c_std=gnu11',