From c7041f362ad63e1d9155a5161a3d6b2c6181546b Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 6 Apr 2020 14:32:22 +0100 Subject: [PATCH] meson: bump minimum version to 0.50.0 WARNING: Project specifies a minimum meson_version '>= 0.49.0' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b70ec5d..59e3af4 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('malcontent', 'c', version : '0.7.0', - meson_version : '>= 0.49.0', + meson_version : '>= 0.50.0', license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'], default_options : [ 'buildtype=debugoptimized',