Bump version to 44.rc

Update NEWS.
This commit is contained in:
Florian Müllner 2023-03-06 02:48:51 +01:00
parent 7fdf9b8a06
commit c4f36eefd6
6 changed files with 32 additions and 9 deletions

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '44.beta',
version: '44.rc',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)
@ -25,7 +25,7 @@ gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.73.1'
gtk_req = '>= 3.15.0'
mutter_req = '>= 44.beta'
mutter_req = '>= 44.rc'
polkit_req = '>= 0.100'
schemas_req = '>= 42.beta'
startup_req = '>= 0.11'