diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2022-09-17 19:52:38 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2022-09-17 19:52:38 +0100 |
commit | 37bde613a7cb77e7399dafb25731e13208f0ae0b (patch) | |
tree | 0f184c5f31ab8c0f023d27fd533ccc46014c5e1a | |
parent | 4727dbfa0c393ad39bdb930dcd2729e4327ccdc1 (diff) | |
download | gobject-introspection-37bde613a7cb77e7399dafb25731e13208f0ae0b.tar.gz |
Release GObject-introspection 1.74.01.74.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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', |