From 7f04c66ef171849ca6eb302c2e01b22ea1d378a6 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 11 Feb 2024 17:32:42 +0100 Subject: [PATCH] Bump meson version requirement to 1.1. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c4b8fe16..9007773b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=0.63.0') +project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=1.1.0') # internal compiler flags tracy_compile_args = []