summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-02-13 23:59:24 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2023-02-13 23:59:24 +0000
commit377753bf7ea4d7120a5bce1d2866fc34772eb6d8 (patch)
tree824b204ccc4955316438736b5575ce363c11d92d
parent7ae7a6719e5e0fab608d661096c0934402e1f7cd (diff)
downloadgobject-introspection-377753bf7ea4d7120a5bce1d2866fc34772eb6d8.tar.gz
Release gobject-introspection 1.75.61.75.6
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4cfd571..6a13216c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.75.6 - 2023-02-13
+-------------------
+
+* Documentation fixes
+* Fix build when using GLib as a subproject
+* Update the GIR data for GLib
+
1.75.4 - 2023-01-09
-------------------
diff --git a/meson.build b/meson.build
index 54d1b03a..e4a780ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.75.5',
+ version: '1.75.6',
meson_version: '>= 0.60.0',
default_options: [
'c_std=gnu99',