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