* configure.in: Update version to 2.17.50.

* configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz 2006-04-16 18:01:02 +00:00
parent 10d1573802
commit ffdc4eeddf
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
* configure.in: Update version to 2.17.50.
* configure: Regenerated.
2006-04-14 David Heine <dlheine@tensilica.com>
* elf32-xtensa.c (build_reloc_opcodes): New.

2
bfd/configure vendored
View File

@ -2836,7 +2836,7 @@ fi
# Define the identity of the package.
PACKAGE=bfd
VERSION=2.16.91
VERSION=2.17.50
cat >>confdefs.h <<_ACEOF

View File

@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(bfd, 2.16.91)
AM_INIT_AUTOMAKE(bfd, 2.17.50)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.