summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-09-17 19:52:38 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-09-17 19:52:38 +0100
commit37bde613a7cb77e7399dafb25731e13208f0ae0b (patch)
tree0f184c5f31ab8c0f023d27fd533ccc46014c5e1a
parent4727dbfa0c393ad39bdb930dcd2729e4327ccdc1 (diff)
downloadgobject-introspection-37bde613a7cb77e7399dafb25731e13208f0ae0b.tar.gz
Release GObject-introspection 1.74.01.74.0
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7243e185..fd6576bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.74.0 - 2022-09-17
+-------------------
+
+* Update the GIR data for GLib, GObject, GModule, and GIO
+
1.73.1 - 2022-09-03
-------------------
diff --git a/meson.build b/meson.build
index 7127ffd0..089b2d34 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.73.2',
+ version: '1.74.0',
meson_version: '>= 0.60.0',
default_options: [
'c_std=gnu99',