This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository entice.
View the commit online.
commit d045b10a68351022738d516581864f4ad4257854
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Thu Mar 27 11:52:06 2025 +0100
downgrade required meson version to 0.60
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 8c5258a..ba3b3a6 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('entice', 'c',
'buildtype=debug',
'warning_level=2'
],
- meson_version : '>= 1.0',
+ meson_version : '>= 0.60',
)
v_array = meson.project_version().split('.')
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.