Bump version to 3.37.90

Update NEWS.
This commit is contained in:
Florian Müllner 2020-08-11 17:24:24 +02:00
parent 2e77ed712c
commit 33ff3dc44f
6 changed files with 38 additions and 5 deletions

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '3.37.3',
version: '3.37.90',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)
@ -25,7 +25,7 @@ gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.65.1'
gtk_req = '>= 3.15.0'
mutter_req = '>= 3.37.3'
mutter_req = '>= 3.37.90'
polkit_req = '>= 0.100'
schemas_req = '>= 3.33.1'
startup_req = '>= 0.11'