From ba269cef57a15dfdc5cb13ad2be2f32ff0fcbeb5 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 5 Sep 2011 13:41:32 +0200 Subject: [PATCH] Bump version to 3.1.90 To go along GNOME Shell 3.1.90 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e580905e..2e506640 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +3.1.90 +====== +* All extensions have been ported to the new extension + system (including live enable/disable) +* Updated translations +* xrandr-indicator no longer requires a specific gjs version +* windowsNavigator fixed for more than 2 workspaces + 3.1.4 ===== diff --git a/configure.ac b/configure.ac index 3a557771..272f23df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.1.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.1.90],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])