From 3c100c393a71e75cc0b6de2f336f306297d3c4b4 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 14 May 2013 07:16:12 +0200 Subject: [PATCH] Bump version to 3.8.2 To go along GNOME Shell 3.8.2 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fdc4637a..a69c5df9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +3.8.2 +===== +* window-list: fix styling in classic mode +* window-list: code cleanups +* translation updates (cs, es, lt, pl, pt_BR, sl) + 3.8.1 ===== * many improvements to window-list: diff --git a/configure.ac b/configure.ac index 2540784e..caaed548 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.8.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.8.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])