From 04995f56641012d71b5b226782e63d82c3ca3081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 4 Aug 2024 14:36:06 +0200 Subject: [PATCH] Bump version to 46.4 Update NEWS. --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 71af4b7c4..06e409558 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +46.4 +==== +* Fix nested popovers on wayland [Carlos; !3874] +* Misc. bug fixes and cleanups [Robert, Jonas; !3906, !3329] + +Contributors: + Jonas Ådahl, Carlos Garnacho, Robert Mader + +Translators: + Jürgen Benvenuti [de], Chao-Hsiung Liao [zh_TW] + 46.3.1 ====== * Fix visibility of Xwayland windows [Michel; !3862] diff --git a/meson.build b/meson.build index e29c5001b..3bd61f5b4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '46.3.1', + version: '46.4', meson_version: '>= 0.60.0', license: 'GPLv2+' )