From e39c3b456124738c063e4af968e7d0679d354ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 11 Aug 2020 17:32:17 +0200 Subject: [PATCH] Bump version to 3.37.90 Update NEWS. --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 73641fa1..ffd59599 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.37.90 +======= +* Misc. bug fixes and cleanups [Florian, Piotr; !126, !128] + +Contributors: + Piotr Drąg, Florian Müllner + +Translators: + Fabio Tomat [fur], Efstathios Iosifidis [el], Anders Jonsson [sv], + Asier Sarasua Garmendia [eu], Alexandre Franke [fr] + 3.37.3 ====== * window-list, native-window-placement: Adjust to shell changes [Florian; !124] diff --git a/meson.build b/meson.build index 4798934c..e7d32171 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.37.3', + version: '3.37.90', meson_version: '>= 0.44.0', license: 'GPL2+' )