Bump version to 43.beta

Update NEWS.
This commit is contained in:
Florian Müllner 2022-08-10 18:15:56 +02:00
parent 4fd4b09919
commit 0d2af8e29b
6 changed files with 49 additions and 5 deletions

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '43.alpha',
version: '43.beta',
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 = '>= 43.alpha'
mutter_req = '>= 43.beta'
polkit_req = '>= 0.100'
schemas_req = '>= 42.beta'
startup_req = '>= 0.11'