Bump versiont to 41.beta

Update NEWS.
This commit is contained in:
Florian Müllner 2021-08-18 00:35:16 +02:00
parent a4d2f5d8b4
commit aec128fdee
6 changed files with 63 additions and 5 deletions

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '41.alpha',
version: '41.beta',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)
@ -26,7 +26,7 @@ gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.68.1'
gtk_req = '>= 3.15.0'
mutter_req = '>= 41.alpha'
mutter_req = '>= 41.beta'
polkit_req = '>= 0.100'
schemas_req = '>= 41.alpha'
startup_req = '>= 0.11'