From b6f4ed70136a4692b05ae9649c53d3d273b41ba8 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 8 Feb 2012 18:00:09 +0100 Subject: [PATCH] Bump version to 3.3.5 To go along GNOME Shell 3.3.5 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 12f22fd5..b49cdc6f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +3.3.5 +===== +* improvements to the build system and convenience module, + making it easier for other extensions to use, and bringing + it up to date with gnome-shell changes +* all extensions were ported to the Lang.Class framework + (except xrandr-indicator, which is pending GDBus merge) +* alternate-tab and dock were slightly refactored to clean up + some old code + 3.3.4 ===== * improved styling of windowsNavigator tooltips diff --git a/configure.ac b/configure.ac index 532161a4..0355b27a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.3.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.3.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])