From d8c2aba2ea3187e3831c14efb077f1510ed48eb7 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sat, 10 Apr 2021 07:20:58 +0100 Subject: [PATCH] meson: build fix batden :) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e3dba3c..b3bdd34 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ ##### Project project('evisum', 'c', - version : '0.5.99.99' + version : '0.5.99.99', meson_version : '>= 0.40.0') efl_version = '>= 1.22.0'