From e14efb3dfcb14adcb901af34421e82fee2a6ba0e Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 16 Oct 2012 16:15:04 +0200 Subject: [PATCH] Bump version to 3.6.1 To go along newly released GNOME Shell 3.6.1 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3c022838..adecbc4e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.6.1 +===== +* fixed alternative-status-menu for the new lock screen +* squashed some alternate-tab warnings +* drive-menu now works with 3.6 again +* updated translations (ar, cs, el, es, gl, id, lv, pl, sl) + 3.6.0 ===== * major rework in places menu, to make it work without diff --git a/configure.ac b/configure.ac index 719b3af7..441faca5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.6.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.6.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])