[#4263] Updated meson in hammer too

This commit is contained in:
Francis Dupont
2025-12-19 09:29:42 +01:00
parent 734faa8239
commit fc5c34ef86

View File

@@ -492,7 +492,7 @@ def install_meson(python_v: str = 'python3',
:param revision: system revision (e.g., '20.04')
:type revision: str
"""
meson_version = '1.9.1'
meson_version = '1.10.0'
exit_code = execute('meson --version', quiet=True, raise_error=False)
if exit_code == 0: