From 60981998b252bdaab1c30e0f9b7580a1d3e938bd Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 4 Sep 2024 11:53:50 +0300 Subject: [PATCH] build: bump to version 14.0.0 for the official 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 5a539155c..8f49a9347 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '13.0.95', + version: '14.0.0', default_options: [ 'warning_level=3', 'c_std=gnu99',