summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-01-09 01:00:37 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2023-01-09 01:00:37 +0000
commit26998a2dfa169c4e02f0d2f0370c9026bb5cce11 (patch)
tree3c6739cdb558a36b49c61129f023260b51bd2cc5
parentd705faab0d633a1d21b66c9f12ec236e58ab19a5 (diff)
downloadgobject-introspection-26998a2dfa169c4e02f0d2f0370c9026bb5cce11.tar.gz
Release GObject-introspection 1.75.41.75.4
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ed7571a5..a4cfd571 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-1.75.1 - 2023-01-09
+1.75.4 - 2023-01-09
+-------------------
+
+* Brown-paper bag release to fix the GLib dependency.
+
+1.75.2 - 2023-01-09
-------------------
* Split 'disguised' attribute into two separate attributes [#101]
diff --git a/meson.build b/meson.build
index b7b646ca..f738aa0f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.75.3',
+ version: '1.75.4',
meson_version: '>= 0.60.0',
default_options: [
'c_std=gnu99',