This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch devs/dimmus/meson
in repository efl.

View the commit online.

commit e2584da7c1e91be6c573b96c549e59330e8f5599
Author: Dimmus <[email protected]>
AuthorDate: Thu Jun 9 12:45:05 2022 +0500

    meson: raised the minimum version to 0.58 to suppress numerous warnings
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index c16add5bd4..534ec1ee61 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('efl', ['c','cpp'],
   version: '1.26.99',
   default_options : ['buildtype=plain', 'warning_level=1', 'cpp_std=c++11'],
-  meson_version : '>=0.50'
+  meson_version : '>=0.58'
 )
 
 if host_machine.system() == 'darwin'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to