summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-08-31 18:34:00 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-08-31 18:34:00 +0200
commit01bf21f398d5ece9ac2d78c00b4b362091f8e05c (patch)
tree92c2fa38f9e5146d1f29c9cfd3e5d8fd039898a5 /meson.build
parent29c29ad412bae7e0dfc18c002588a9d06fbe2ebd (diff)
downloadgobject-introspection-01bf21f398d5ece9ac2d78c00b4b362091f8e05c.tar.gz
Release 1.58.01.58.0
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 1d03cb4e..7ec95328 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.57.4',
+ version: '1.58.0',
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.2'
+glib_version = '>= 2.58.0'
glib_dep = dependency('glib-2.0', version : glib_version,
fallback: ['glib', 'libglib_dep'])