From 437c61ac13be6bf4179daa67b86f1ad8519c917d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 14 Sep 2025 02:09:27 +0200 Subject: [PATCH] Bump version to 49.0 Update NEWS. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2de27031..8ccea8e3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +49.0 +==== +* window-list: Adjust to gnome-shell changes [Florian; !421] +* system-monitor: Unbreak on BSD [Antoine; !356] +* Misc. bug fixes and cleanups [Florian; !422, !423] + +Contributors: + Antoine Jacoutot, Florian Müllner + +Translators: + Jiri Grönroos [fi], Aurimas Aurimas Černius [lt] + 49.rc ===== diff --git a/meson.build b/meson.build index 78192555..fa7b722f 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '49.rc', + version: '49.0', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )