Bump meson to 0.50

This commit is contained in:
Julian Sparber
2019-11-07 13:17:34 +01:00
parent 46431b1787
commit 0e0e615ecd

View File

@@ -4,7 +4,7 @@ project(
version: '0.0.1', version: '0.0.1',
license: 'AGPL3+', license: 'AGPL3+',
default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ], default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ],
meson_version: '>= 0.40.0' meson_version: '>= 0.50.0'
) )
teleport_version = meson.project_version() teleport_version = meson.project_version()