summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',