From 14a53cc43c0ad3dd8dd5ddb1323c23222face529 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Thu, 18 Mar 2010 18:44:32 -0400 Subject: [PATCH] Bump version to 2.29.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 35e1e8bb0..2f5c0ca47 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[2.29.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[2.29.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])