Bump version to 3.34.3

Update NEWS.
This commit is contained in:
Florian Müllner 2020-01-05 12:37:05 +01:00
parent 5724310899
commit 4947e8ae5b
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -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]

View File

@ -1,5 +1,5 @@
project('mutter', 'c',
version: '3.34.2',
version: '3.34.3',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)