From 11d46cf5b3eee4ad2b9dc3ab0f5586bdd482c4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 12 Oct 2019 20:17:32 +0200 Subject: [PATCH] Bump version to 3.35.1 Update NEWS. --- NEWS | 7 +++++++ meson.build | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 535e9af20..cd2a415af 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.35.1 +====== +* Misc. bug fixes and cleanups [Marco; Matthias; !758, #701212] + +Contributors: + Marco Trevisan (TreviƱo) + 3.34.1 ====== * Fix "Frequent" view icons disappearing on hover [Jonas D.; #1502] diff --git a/meson.build b/meson.build index 402aff3fc..33ae12d3c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.34.1', + version: '3.35.1', 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.34.0' +mutter_req = '>= 3.35.1' polkit_req = '>= 0.100' schemas_req = '>= 3.33.1' startup_req = '>= 0.11'