diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.70.0 - 2021-09-17 +------------------- + +* Update the GIR data for GLib, GObject, and GIO + 1.69.0 - 2021-08-24 ------------------- diff --git a/meson.build b/meson.build index 36a21664..c2cb577f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gobject-introspection', 'c', - version: '1.69.1', + version: '1.70.0', meson_version: '>= 0.55.3', default_options: [ 'warning_level=2', |