From 7d6dd013fbd3af18a2943e84961c6006a45483c8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 22 Sep 2022 18:25:20 +0200 Subject: [PATCH] build: re-open main for regular development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c6b73d587..7604faf91 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '11.0.0', + version: '11.0.90', default_options: [ 'warning_level=3', 'c_std=gnu99',