summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index f617f765..20c0791c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.76.0',
+ version: '1.76.1',
meson_version: '>= 0.60.0',
default_options: [
'c_std=gnu99',
@@ -124,7 +124,7 @@ else
endif
# Reset to 0 if g-i micro version exceeds GLib's
-glib_micro_version = gi_versions[2]
+glib_micro_version = 0 # gi_versions[2]
glib_version = '>=2.@0@.@1@'.format(gi_versions[1], glib_micro_version)
glib_dep = dependency('glib-2.0', version: glib_version,