From feec5131666bc659fe26067887e80613501ae69c Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 27 Nov 2023 20:25:28 +0200 Subject: [PATCH] meson.build: reopen main for regular development Signed-off-by: Marius Vlad --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4aa290d41..358548261 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '13.0.0', + version: '13.0.90', default_options: [ 'warning_level=3', 'c_std=gnu99',