From 26e9a7d11a3ca5a365ef6b2addf78c5d2e90c6d1 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sat, 29 Feb 2020 15:10:44 -0300 Subject: [PATCH] 3.35.92 --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c9fe2bebe..c78fd32cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +================ +Version 3.35.92 +================ + +- Updated translations + +Applications +- Update icon + +Background +- Remove split desktop and lock screen wallpapers +- Improve visuals of the background icons + +Network +- Make VPN gear buttons consistent with oter buttons + ================ Version 3.35.91 ================ diff --git a/meson.build b/meson.build index 28240d614..ab414fa53 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-control-center', 'c', - version : '3.35.91', + version : '3.35.92', license : 'GPL2+', meson_version : '>= 0.51.0' )