From 7b5f0245317dac73fbb12d80a7d141ea8e72628f Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 20 May 2011 15:48:08 +0200 Subject: [PATCH] Bump version to 3.0.2 Bump package version to 3.0.2, and at the same time write out all extensions' version explicitly (in case gnome-shell does not release 3.0.2) --- configure.ac | 2 +- extensions/auto-move-windows/metadata.json.in | 2 +- extensions/windowsNavigator/metadata.json.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 124ab463..29551156 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.0.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.0.2],[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/auto-move-windows/metadata.json.in b/extensions/auto-move-windows/metadata.json.in index ed8c003a..0f1bcb84 100644 --- a/extensions/auto-move-windows/metadata.json.in +++ b/extensions/auto-move-windows/metadata.json.in @@ -2,7 +2,7 @@ "uuid": "@uuid@", "name": "Auto Move Windows", "description": "Move applications to specific workspaces when they create windows", - "shell-version": [ "@shell_current@" ], + "shell-version": [ "3.0.0", "3.0.1", "3.0.2" ], "localedir": "@LOCALEDIR@", "original-authors": [ "alessandro.crismani@gmail.com", "thomas.bouffon@gmail.com" ], "url": "@url@" diff --git a/extensions/windowsNavigator/metadata.json.in b/extensions/windowsNavigator/metadata.json.in index 9499bfbb..9fee9a31 100644 --- a/extensions/windowsNavigator/metadata.json.in +++ b/extensions/windowsNavigator/metadata.json.in @@ -1,5 +1,5 @@ { - "shell-version": ["@shell_current@"], + "shell-version": ["3.0.0", "3.0.1", "3.0.2"], "uuid": "@uuid@", "localedir": "@LOCALEDIR@", "original-author": "zaspire@rambler.ru",