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'