From: Daniel Jacobowitz Date: Fri, 8 Mar 2002 05:59:17 +0000 (+0000) Subject: 2002-03-07 Daniel Jacobowitz X-Git-Tag: binutils-2_12~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81c0dd157ea6b01f4992c00afd00613f9ba506de;p=thirdparty%2Fbinutils-gdb.git 2002-03-07 Daniel Jacobowitz * configure.in: Bump version to 2.12. * configure: Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f1fea911454..d59340e0b10 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-03-07 Daniel Jacobowitz + + * configure.in: Bump version to 2.12. + * configure: Likewise. + 2002-03-05 Alan Modra * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment. diff --git a/bfd/configure b/bfd/configure index d1f936ae4b7..28f1b44f92a 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1116,7 +1116,7 @@ fi PACKAGE=bfd -VERSION=2.11.93 +VERSION=2.12 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 15ec6c63bf5..423ec59338a 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.11.93) +AM_INIT_AUTOMAKE(bfd, 2.12) # Uncomment the next line to remove the date from the reported bfd version #is_release=y