From 544618d3c60db77b7818b0939116f865506962fc Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 21 Nov 2023 22:27:38 +0200 Subject: [PATCH] build: bump to version 12.0.95 for the RC3 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 ecd4d7749..7d2cbb606 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '12.0.94', + version: '12.0.95', default_options: [ 'warning_level=3', 'c_std=gnu99',