From ecc0932ba49173bd46efb0aa3aba9bdae56c25d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 31 Aug 2025 18:37:59 +0200 Subject: [PATCH] Bump version to 49.rc Update NEWS. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 64f5ec4e..2de27031 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +49.rc +===== + +Translators: + Emilio Sepúlveda [ia], Dušan Kazik [sk], Daniel Rusek [cs], + Nathan Follens [nl], Piotr Drąg [pl], Balázs Úr [hu], Yosef Or Boczko [he] + 49.beta ======= * Misc. bug fixes and cleanups [Florian; !408] diff --git a/meson.build b/meson.build index ebde5952..78192555 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '49.beta', + version: '49.rc', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )