From 4947e8ae5becc6ff3b2e21c16279b243d8abdd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 5 Jan 2020 12:37:05 +0100 Subject: [PATCH] Bump version to 3.34.3 Update NEWS. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index da9962204..38e94dfb0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +3.34.3 +====== +* Fix window recording on HiDPI [Pascal; !976] +* Fix top-left pixel being insensitive to clicks [Sebastian; #893] + +Contributors: + Sebastian Keller, Pascal Nowack + 3.34.2 ====== * Fix immediate screen blank after releasing inhibitor [Tim; #573] diff --git a/meson.build b/meson.build index efea15cc7..036cc8da4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.34.2', + version: '3.34.3', meson_version: '>= 0.50.0', license: 'GPLv2+' )