From b82400cd666c3e4b335e8e4c7d2dd5d4012dc5d0 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 18 Jun 2013 21:39:29 +0200 Subject: [PATCH] Bump version to 3.9.3 To go along GNOME Shell 3.9.3 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index efe56b33..0ea9e581 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.9.3 +===== +* classic mode mini extensions were replaced with a + GSettings override specified in the .json file +* styling of classic mode improved +* native-window-placement is back working on 3.9 +* misc bug fixes +* traslation updates (an, cs, el, es, gl, nb, pl, sk, tg) + 3.9.2 ===== * apps-menu: appearance of the scrollbars was improved diff --git a/configure.ac b/configure.ac index 68cc05cd..84ea2458 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.9.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.9.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])