From 9249aba72a5c4454894c08735a4963ca1665e34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 12 Mar 2022 16:57:23 +0100 Subject: [PATCH] Bump version to 42.0 Update NEWS. Part-of: --- NEWS | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0895690a5..e910cfb50 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +42.0 +==== + +Translators: + Fabio Tomat [fur], Alexander Shopov [bg] + 42.rc ===== * Fix X11 → wayland drops ending up in the wrong wayland client [Olivier; !2305] diff --git a/meson.build b/meson.build index 94dc2ab3c..6ef7bde92 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '42.rc', + version: '42.0', meson_version: '>= 0.55.0', license: 'GPLv2+' )