From f5daf0f1b93fedd7fce5ac34c77162dfba3ba7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 19 Sep 2021 12:41:29 +0200 Subject: [PATCH] Bump version to 41.0 Update NEWS. Part-of: --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1288751f0..4e9e0554c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +41.0 +==== +* Avoid race in wl_seat capabilities [Olivier; !77] +* Expose option groups/entries to introspection [Corentin; !1976] + +Contributors: + Olivier Fourdan, Corentin Noël + +Translators: + Daniel Șerbănescu [ro], Goran Vidović [hr], Luna Jernberg [sv], + eshagh shahidani [fa], Gwan-gyeong Mun [ko], Emin Tufan Çetin [tr], + Philipp Kiemle [de], Balázs Úr [hu], Piotr Drąg [pl], Nathan Follens [nl], + Jordi Mas [ca], Ask Hjorth Larsen [da] + 41.rc ===== * Add clutter_stage_paint_to_content() [Ivan; !1899] diff --git a/meson.build b/meson.build index 6e614b557..8aad0a131 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '41.rc', + version: '41.0', meson_version: '>= 0.53.0', license: 'GPLv2+' )