[gnome-shell] Bump version to 3.34.0



commit 9e388ebcfd48e2b659856cdf8138ebcddd3b02bc
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Sep 9 19:20:50 2019 +0000

    Bump version to 3.34.0
    
    Update NEWS.

 NEWS        | 14 ++++++++++++++
 meson.build |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 893b39f7e2..b1f3342953 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.34.0
+======
+* Handle startup/shutdown of misc X11 services [Carlos; !680]
+* Fix sound volume mute/unmute [Iain; #1557]
+* Correctly terminate pasted text [Carlos; #1570]
+
+Contributors:
+  Carlos Garnacho, Iain Lane
+
+Translators:
+  Tom Tryfonidis [el], Milo Casagrande [it], Ryuta Fujii [ja],
+  Efstathios Iosifidis [el], Carmen Bianca BAKKER [eo], Sabri Ünal [tr],
+  Dušan Kazik [sk], Balázs Meskó [hu], Claude Paroz [fr]
+
 3.33.92
 =======
 * Animate pointer a11y pie timer [Jonas D.; !688]
diff --git a/meson.build b/meson.build
index 87569a16e4..b22f52af8f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-shell', 'c',
-  version: '3.33.92',
+  version: '3.34.0',
   meson_version: '>= 0.47.0',
   license: 'GPLv2+'
 )
@@ -26,7 +26,7 @@ gio_req = '>= 2.56.0'
 gi_req = '>= 1.49.1'
 gjs_req = '>= 1.57.3'
 gtk_req = '>= 3.15.0'
-mutter_req = '>= 3.33.92'
+mutter_req = '>= 3.34.0'
 polkit_req = '>= 0.100'
 schemas_req = '>= 3.33.1'
 startup_req = '>= 0.11'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]