* configure.in: Update version to 2.18.50.

* configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz 2007-08-06 20:13:48 +00:00
parent 4cdfadb1f8
commit be118e79ae
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-08-06 Daniel Jacobowitz <dan@codesourcery.com>
* configure.in: Update version to 2.18.50.
* configure: Regenerated.
2007-08-06 Paul Brook <paul@codesourcery.com>
* elf32-arm.c (elf32_arm_link_hash_entry): Add

2
bfd/configure vendored
View File

@ -2994,7 +2994,7 @@ fi
# Define the identity of the package.
PACKAGE=bfd
VERSION=2.17.50
VERSION=2.18.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.17.50)
AM_INIT_AUTOMAKE(bfd, 2.18.50)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.