Bump version to 3.31.92

Update NEWS.
This commit is contained in:
Florian Müllner 2019-03-05 05:07:44 +01:00
parent 2ae17cfb50
commit 6349f0feb1
2 changed files with 29 additions and 2 deletions

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '3.31.91',
version: '3.31.92',
meson_version: '>= 0.47.0',
license: 'GPLv2+'
)
@ -23,7 +23,7 @@ gi_req = '>= 1.49.1'
gjs_req = '>= 1.54.0'
gtk_req = '>= 3.15.0'
json_glib_req = '>= 0.13.2'
mutter_req = '>= 3.31.91'
mutter_req = '>= 3.31.92'
polkit_req = '>= 0.100'
schemas_req = '>= 3.27.90'
startup_req = '>= 0.11'