From 857d91624c49989fc367f02422169cd81671b7b9 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 28 Jul 2020 09:33:40 -0700 Subject: [PATCH] build: bump meson version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a47b8aa6..0cecd92f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], version: '3.37.2', - meson_version: '>=0.50.0', + meson_version: '>=0.51.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11', 'warning_level=2',