Bump version to 45.0

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2960>
This commit is contained in:
Florian Müllner 2023-09-16 18:57:20 +02:00
parent 54d68344a2
commit 2127c62b21
6 changed files with 25 additions and 9 deletions

View file

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