From d2a959c1e3bebc80aa9a3267d9628a83f4b90597 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 12 Jan 2026 15:36:55 +0200 Subject: [PATCH] build: bump to version 14.0.92 for the beta 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 57f9821d4..7121802dd 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', ['c', 'cpp'], - version: '14.0.91', + version: '14.0.92', default_options: [ 'warning_level=3', 'c_std=gnu11',