From 2c25e22145b78fd13f1f0c1183093ee0c8cd3137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 6 Mar 2023 04:34:45 +0100 Subject: [PATCH 1/2] Update sass submodule --- data/gnome-shell-sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gnome-shell-sass b/data/gnome-shell-sass index 2cb3247b..adeed6c9 160000 --- a/data/gnome-shell-sass +++ b/data/gnome-shell-sass @@ -1 +1 @@ -Subproject commit 2cb3247bc247eefd7dc48a30a7f9b81a948d14a0 +Subproject commit adeed6c9b448521bf044bb153f0f29dc950c33ea From e0d5ede296019755f061ef6357ae9084317c75e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 6 Mar 2023 04:35:46 +0100 Subject: [PATCH 2/2] Bump version to 44.rc Update NEWS. --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d5da8662..119f48ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +44.rc +===== +* Bump version + 44.beta ======= * Tweak menu alignment [robxnano; !246] diff --git a/meson.build b/meson.build index ad9c91d6..b3f1892b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '44.beta', + version: '44.rc', meson_version: '>= 0.53.0', license: 'GPL2+' )