From bdf3470a8a89206a39dc45824a8080dc6a9666ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 17 Sep 2022 18:28:44 +0200 Subject: [PATCH] Bump version to 43.0 Update NEWS. --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 356faecf0..a938a3045 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +43.0 +==== +* Fix stuttering in Xorg session [Daniel; !2625] +* Make MetaBarrier type derivable again [Jonas; !2626] +* Fixes crash [Jonas; !2622] + +Contributors: + Daniel van Vugt, Jonas Ådahl + +Translators: + Aleksandr Melman [ru], Fran Dieguez [gl], Daniel Mustieles [es], + Aurimas Černius [lt], Matej Urbančič [sl], Leônidas Araújo [pt_BR], + Kukuh Syafaat [id], Sveinn í Felli [is], Zurab Kargareteli [ka], + Rūdolfs Mazurs [lv], Yosef Or Boczko [he], Alexander Shopov [bg], + Alan Mortensen [da] + 43.rc ===== * Remember monitor scale when switching configurations [Jonas Å.; !2479] diff --git a/meson.build b/meson.build index d3c2aeabc..2605a6558 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '43.rc', + version: '43.0', meson_version: '>= 0.55.0', license: 'GPLv2+' )