Bump version to 42.0

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2239>
This commit is contained in:
Florian Müllner 2022-03-12 17:00:56 +01:00
parent 2a5e49c532
commit 44b4b02c3f
6 changed files with 21 additions and 13 deletions

View file

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