From c423ea462485c52a2670567b44967da6c1e5cffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 14 Jan 2021 17:19:14 +0100 Subject: [PATCH] Tag release 40.alpha.1.1 Some GSettings schemas moved from g-s-d to gsettings-desktop-schemas in g-s-d 40.alpha. 40.alpha.1 didn't include the corresponding adjustment, so do a quick follow-up release to not abort on startup with the latest g-s-d release. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 40ca2da66..2f9d4ad00 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +40.alpha.1.1 +============ +* Adapt to settings moving to gsettings-desktop-schemas [Carlos; !1416] +* Misc. bug fixes and cleanups [Georges; !1667] + +Contributors: + Carlos Garnacho, Georges Basile Stavracas Neto + 40.alpha.1 ========== * Base ClutterEffects on ClutterPaintNodes [Georges; !1340, !1355] diff --git a/meson.build b/meson.build index 5b4be8081..552e68e53 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '40.beta', + version: '40.alpha.1.1', meson_version: '>= 0.51.0', license: 'GPLv2+' )