From a5570695c56b63a5e4b6b7e2b0c268f8bd4dedd1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 4 Sep 2020 12:32:26 +0200 Subject: [PATCH] build: re-open master for regular development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e7d053b9..757c58dc 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '9.0.0', + version: '9.0.90', default_options: [ 'warning_level=3', 'c_std=gnu99',