From 3d2cd9978c68c6338e902e9369266dbe8c4766c3 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 29 Apr 2025 11:35:46 +0300 Subject: [PATCH] build: bump to version 12.0.5 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 1e68812f8..fa2273c0c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '12.0.4', + version: '12.0.5', default_options: [ 'warning_level=3', 'c_std=gnu99',