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+' )