From 18e0cf85d605e00078a087b171113125ffb1ea10 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 24 Aug 2019 00:14:35 +0300 Subject: [PATCH] build: reopen master for regular development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 42a4f48c..25361be2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '7.0.0', + version: '7.0.90', default_options: [ 'warning_level=3', 'c_std=gnu99',