summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-12-05 14:52:36 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-12-05 14:52:36 -0500
commit5dced05cfa1b5ec4c67843fb05508284965c1a03 (patch)
tree58fb54c5578032fbeba2bc24201b331f01dedd7d
parent374e62e916d613bbef17da4980ca1cc8416eba23 (diff)
downloadgnome-desktop-42.7.tar.gz
Prepare 42.742.7
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fb9fa48f..b0dde259 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
=============
+Version 42.7
+=============
+
+- No changes
+
+=============
Version 42.6
=============
+- No changes
+
=============
Version 42.5
=============
diff --git a/meson.build b/meson.build
index 956c23b8..4323c69b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '42.6',
+ version: '42.7',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',