From 4ccf12e9889c7947c9a04f3ef5a78834dc42833a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 19 Sep 2021 12:47:07 +0200 Subject: [PATCH] Bump version to 41.0 Update NEWS. Part-of: --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7927183e..79c07254 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +41.0 +==== +* Bump version + 41.rc.1 ======= * Fix pre-generating stylesheets in tarball [Florian; !190] diff --git a/meson.build b/meson.build index 0c593ddc..8f2afda3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '41.rc.1', + version: '41.0', meson_version: '>= 0.53.0', license: 'GPL2+' )