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+' )