Bump version to 3.33.92

Update NEWS.
This commit is contained in:
Florian Müllner 2019-09-04 20:54:34 +02:00
parent efba1e83c7
commit 6dccbc5a90
2 changed files with 22 additions and 2 deletions

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '3.33.91',
version: '3.33.92',
meson_version: '>= 0.47.0',
license: 'GPLv2+'
)
@ -26,7 +26,7 @@ gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.57.3'
gtk_req = '>= 3.15.0'
mutter_req = '>= 3.33.91'
mutter_req = '>= 3.33.92'
polkit_req = '>= 0.100'
schemas_req = '>= 3.33.1'
startup_req = '>= 0.11'