From d94b0d94be941133429204165387b322b41ee70f Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 27 Apr 2003 19:59:10 +0000 Subject: [PATCH] * configure.in: Bump version on HEAD to 2.14.90. * configure: Regenerated. --- 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 faa6e11dd..3833e05f6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-04-27 Daniel Jacobowitz + + * configure.in: Bump version on HEAD to 2.14.90. + * configure: Regenerated. + 2003-04-26 Stephane Carrez PR savannah/3331: diff --git a/bfd/configure b/bfd/configure index d0e7195ee..a3a9671bc 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1129,7 +1129,7 @@ fi PACKAGE=bfd -VERSION=2.13.90 +VERSION=2.14.90 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 6900e2493..a2b56d2f3 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.90) +AM_INIT_AUTOMAKE(bfd, 2.14.90) # Uncomment the next line to remove the date from the reported bfd version #is_release=y -- 2.11.4.GIT