summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2019-12-03 16:35:57 +0200
committerJordan Petridis <jpetridis@gnome.org>2019-12-03 16:35:57 +0200
commitcac0a6475828a49885ca9cc0d1aaa25561c3daf0 (patch)
tree19d600202382ff3f318374d5eea83cabb89aebbb
parent565a36c3b85e71919dddae3d156f53d052c187e5 (diff)
downloadgnome-desktop-3.34.2.tar.gz
Prepare for 3.34.23.34.2
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be56b51c..e2d31b83 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 3.34.2
+==============
+
+- Add helper to create transient systemd scopes
+- Translation updates
+
+==============
Version 3.34.1
==============
diff --git a/meson.build b/meson.build
index 7c5a12d0..84a2405e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.47.0',
- version: '3.34.1',
+ version: '3.34.2',
license: ['GPL2+', 'LGPL2+']
)