diff --git a/meson.build b/meson.build index e0410dc9..6ba1df58 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('geary', [ 'vala', 'c' ], version: '3.35.0', license: 'LGPL2.1+', - meson_version: '>= 0.49', + meson_version: '>= 0.50', ) gnome = import('gnome')