From 48bfe6dc1e69f2331f396907c98369e38d2e6f8e Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 20 Feb 2013 20:47:34 +0100 Subject: [PATCH] Bump version to 3.7.90 To go along GNOME Shell 3.7.90 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6fb2d7e0..46156875 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +3.7.90 +====== +* various fixes to make places-menu behave more + like Nautilus, including showing the machine + name in place of File System +* various updates for shell changes +* alternative-status-menu no longer supports + ConsoleKit systems, you need to install logind + to have suspend or hibernate +* translation updates (es, cz, pl, sr) + 3.7.5.1 ======= * new extension forgotten in previous NEWS entry: diff --git a/configure.ac b/configure.ac index e7e880d2..08fba822 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.7.5.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.7.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])