From f64d0b8478114449d20a7b35d4502f7565e9f1ef Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 17 May 2023 15:47:26 +0300 Subject: build: bump to version 12.0.0 for the official 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 ec57c3d9..20d8e27d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '11.0.93', + version: '12.0.0', default_options: [ 'warning_level=3', 'c_std=gnu99', -- cgit v1.2.1