summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-04-27 09:43:05 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-04-27 09:43:05 -0500
commit65c5311ad06f6bf2f785b332d5fefb4c24118b3a (patch)
treea9d0e32e009fc9fd6d5b6b2da712269f2340c51f
parenta750b99e3398d4bf79d6a8e645062dfc19525e57 (diff)
downloadgnome-desktop-65c5311ad06f6bf2f785b332d5fefb4c24118b3a.tar.gz
Prepare 42.142.1
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 19e59053..8f9ced53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,16 @@
=============
+Version 42.1
+=============
+
+- Fix build_gtk4 option
+- Translation updates
+
+=============
Version 42.0
=============
+- No changes
+
=============
Version 42.rc
=============
diff --git a/meson.build b/meson.build
index 1dc8a734..57a599bc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '42.0',
+ version: '42.1',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',