Bump version to 45.rc

Update NEWS.
This commit is contained in:
Florian Müllner 2023-09-05 12:37:15 +02:00
parent d8014090fd
commit f83dae197f
6 changed files with 48 additions and 5 deletions

View file

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