From a59e4c4e4abb1495fe10973a73ff0f121b03757b Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 20 Dec 2002 21:32:25 +0000 Subject: [PATCH] * configure.in: Bump version to 2.13.2. * configure: Regenerate. --- bfd/ChangeLog | 5 +++++ bfd/configure | 2 +- bfd/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5b57c5e8808..45d088461e5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-12-20 Daniel Jacobowitz + + * configure.in: Bump version to 2.13.2. + * configure: Regenerate. + 2002-12-20 Paul Eggert Port to POSIX 1003.1-2001. diff --git a/bfd/configure b/bfd/configure index c307f0f87bb..0e57f5dce78 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1118,7 +1118,7 @@ fi PACKAGE=bfd -VERSION=2.13.1 +VERSION=2.13.2 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/bfd/configure.in b/bfd/configure.in index ccf8af18792..e5b6236377a 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -7,7 +7,7 @@ AC_INIT(libbfd.c) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.13.1) +AM_INIT_AUTOMAKE(bfd, 2.13.2) # Uncomment the next line to remove the date from the reported bfd version # is_release=y -- 2.47.3