From 61f2248de2239b64aa2eab09bbbb3a6ce5e79065 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 21 Oct 2024 16:22:27 +0300 Subject: [PATCH] build: bump to version 14.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 8f49a9347..185847674 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '14.0.0', + version: '14.0.1', default_options: [ 'warning_level=3', 'c_std=gnu99',