From 6e67892d36b8e43a261c59735427b0cc7b4b3b71 Mon Sep 17 00:00:00 2001 From: Qiheng He Date: Tue, 20 Jan 2026 08:47:39 +0800 Subject: [PATCH] Bump Weston metadata to 14.0.2 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 55b654107..73beea720 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '9.0.0', + version: '14.0.2', default_options: [ 'warning_level=3', 'c_std=gnu99', @@ -10,7 +10,7 @@ project('weston', license: 'MIT/Expat', ) -libweston_major = 9 +libweston_major = 14 # libweston_revision is manufactured to follow the autotools build's # library file naming, thanks to libtool