From 55986c42889011d02022a90f86b246512171356d Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 2 Aug 2023 18:13:46 +0300 Subject: [PATCH] build: bump to version 12.0.2 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 132185e0a..abd24f78f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '12.0.1', + version: '12.0.2', default_options: [ 'warning_level=3', 'c_std=gnu99',