summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-29 23:23:16 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-03-29 23:27:33 +0200
commitdd363d928af3723f9817f578526b9120f2b74037 (patch)
treee6084147d55fac5a50e180a33486cf84a179d164 /configure.ac
parentd5995c411f335e9eef6951c62ca16848ec2ed64f (diff)
downloadautomake-dd363d928af3723f9817f578526b9120f2b74037.tar.gz
Version 1.10b.v1.10b
* configure.ac, NEWS: Bump version to 1.10b. * doc/automake.texi (Releases): Add statistics for 1.10b. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d7bf2fa2d..f556ab8ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([GNU Automake], [1.10a], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.10b], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR(automake.in)
AC_CONFIG_AUX_DIR(lib)