summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-11-22 16:24:53 +0000
committerNirbheek Chauhan <nirbheek@centricular.com>2018-03-10 19:05:19 +0530
commite1f45a0cfa67540e0f8b23876daba2f8e19ee9c6 (patch)
treed2a7701ee2704f92d71d31f3d5a5a394872cbd8f
parent5d68eb77b26a8054cad3d37144c8ad2fb0a3ebaf (diff)
downloadgobject-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.build2
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',