From 805bcc4ab07734f008192722103aa35adb7ddfbe Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sat, 19 Nov 2011 13:44:30 +0100 Subject: [PATCH] Bump version to 3.2.1 To go along GNOME Shell 3.2.1 Also, mark both alternate-tab and dock as generally "working with 3.2", since the most outstanding bugs seem to be fixed now. --- configure.ac | 2 +- extensions/alternate-tab/metadata.json.in | 2 +- extensions/dock/metadata.json.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5d84c145..47e99c5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.2.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.2.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/extensions/alternate-tab/metadata.json.in b/extensions/alternate-tab/metadata.json.in index d811b547..8aa86e35 100644 --- a/extensions/alternate-tab/metadata.json.in +++ b/extensions/alternate-tab/metadata.json.in @@ -3,7 +3,7 @@ "name": "AlternateTab", "description": "A replacement for Alt-Tab, allows to cycle between windows and does not group by application", "original-authors": [ "jw@bargsten.org", "thomas.bouffon@gmail.com" ], -"shell-version": [ "@shell_current@" ], +"shell-version": [ "@shell_current@", "3.2" ], "localedir": "@LOCALEDIR@", "url": "@url@" } diff --git a/extensions/dock/metadata.json.in b/extensions/dock/metadata.json.in index dce4a882..96237b49 100644 --- a/extensions/dock/metadata.json.in +++ b/extensions/dock/metadata.json.in @@ -3,7 +3,7 @@ "name": "Dock", "description": "A dock for the GNOME Shell -- displays favorite and running applications", "original-author": "tclaesson@gmail.com", -"shell-version": [ "@shell_current@" ], +"shell-version": [ "@shell_current@", "3.2" ], "localedir": "@LOCALEDIR@", "url": "@url@" }