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