diff options
author | Daniel Jacobowitz <dan@debian.org> | 2003-04-27 19:59:10 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2003-04-27 19:59:10 +0000 |
commit | 7429e9639e715d95e5e5dbc0fd5bc9dbf0271d6b (patch) | |
tree | b6f9b03a82d7732d27a05af79d44176ce4edb718 /bfd | |
parent | 0c11bf5ae9a4b0d26bb2253ea8eccc91c01046f6 (diff) | |
download | gdb-7429e9639e715d95e5e5dbc0fd5bc9dbf0271d6b.tar.gz |
* configure.in: Bump version on HEAD to 2.14.90.
* configure: Regenerated.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rwxr-xr-x | bfd/configure | 2 | ||||
-rw-r--r-- | bfd/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index faa6e11dd43..3833e05f681 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-04-27 Daniel Jacobowitz <drow@mvista.com> + + * configure.in: Bump version on HEAD to 2.14.90. + * configure: Regenerated. + 2003-04-26 Stephane Carrez <stcarrez@nerim.fr> PR savannah/3331: diff --git a/bfd/configure b/bfd/configure index d0e7195eed3..a3a9671bc79 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 6900e24937e..a2b56d2f341 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 |