From 8a73e58134b5d5a7bb8d03767a183de2179c4111 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 26 Oct 2012 17:20:17 +0200 Subject: [PATCH] Bump version to 3.7.1 To go along GNOME Shell 3.7.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c3dd06ab..9e3a946c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.6.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.7.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])