summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-07-20 09:13:22 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-07-20 09:13:22 +0200
commit1e28898fb17c393fbab9ccf2851297b4a04f5a1f (patch)
treea91f4bef9de9f111b6a506b0b3714f2955b4fb01 /meson.build
parente82f2462fe1cb5cbdd154b691164a33f5c08b7d0 (diff)
downloadgobject-introspection-1e28898fb17c393fbab9ccf2851297b4a04f5a1f.tar.gz
Bump to 1.57.2
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index f5d7561a..1a4761f9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.57.1',
+ version: '1.57.2',
meson_version: '>= 0.46.0',
default_options: [
'warning_level=1',
@@ -50,7 +50,7 @@ configure_file(
# FIXME: Always bumped to match our version
#glib_version = '>=2.@0@.@1@'.format(gi_versions[1], gi_versions[2])
-glib_version = '>= 2.57.1'
+glib_version = '>= 2.57.2'
glib_dep = dependency('glib-2.0', version : glib_version,
fallback: ['glib', 'libglib_dep'])