diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-11-22 16:24:53 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-03-10 19:05:19 +0530 |
commit | e1f45a0cfa67540e0f8b23876daba2f8e19ee9c6 (patch) | |
tree | d2a7701ee2704f92d71d31f3d5a5a394872cbd8f | |
parent | 5d68eb77b26a8054cad3d37144c8ad2fb0a3ebaf (diff) | |
download | gobject-introspection-e1f45a0cfa67540e0f8b23876daba2f8e19ee9c6.tar.gz |
meson: Bump up the Meson version
Use the old-stable (at the time of this commit).
Signed-off-by: Nirbheek Chauhan <nirbheek@centricular.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index dd1c674a..95375c83 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gobject-introspection', 'c', version: '1.55.0', - meson_version: '>= 0.40.0', + meson_version: '>= 0.42.0', default_options: [ 'warning_level=1', 'buildtype=debugoptimized', |