From 74121fce78fb9146263d2edee663342b56353d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 6 Sep 2021 01:21:57 +0200 Subject: [PATCH] Bump version to 41.rc.1 Update NEWS. Part-of: --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 47e5dd08..7927183e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +41.rc.1 +======= +* Fix pre-generating stylesheets in tarball [Florian; !190] + +Contributors: + Florian Müllner + 41.rc ===== * window-list: Adapt to overview-on-startup [Florian; !185] diff --git a/meson.build b/meson.build index 3c7604c7..0c593ddc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '41.rc', + version: '41.rc.1', meson_version: '>= 0.53.0', license: 'GPL2+' )