summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-03-21 13:33:04 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-03-21 13:33:04 -0500
commit8d5007650c03a7638f3dc20c413362b642d0ad3f (patch)
treee5b162a766b4a12b96b3745c4a4511a060f9920e
parent555e7e937ae3de1090f94fe1ea4eb8b850c9fa5b (diff)
downloadgnome-desktop-gnome-42.tar.gz
Prepare 42.1042.10gnome-42
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 15c5e8a3..bd1a48cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+=============
+Version 42.10
+=============
+
+- Updated translations
+
============
Version 42.9
============
diff --git a/meson.build b/meson.build
index dc4a2b4b..fa294d85 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '42.9',
+ version: '42.10',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',