From 502162d55a9e5d9af35076e5eff4ed211298e4ec Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 25 May 2023 12:11:40 +0300 Subject: [PATCH] build: bump to version 12.0.1 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 98c44f7cf..132185e0a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '12.0.0', + version: '12.0.1', default_options: [ 'warning_level=3', 'c_std=gnu99',