From e6bf7eff5679607d7680c8af88dd83d8ca8671c9 Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Tue, 5 Nov 2019 13:27:31 +0800 Subject: [PATCH] v1.2.1 add minimum meson version in meson.build --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 61b8c66..f990fd6 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,8 @@ # -*- mode: conf -*- project('zero-panel', 'c', - version: '1.2.0', + version: '1.2.1', license: 'EPL-2.0', + meson_version: '>=0.46.0', default_options: [ 'warning_level=3', 'werror=true', -- GitLab