diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-08-06 20:13:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-08-06 20:13:48 +0000 |
commit | be118e79ae499796956ddd95cda47bf8cb405c00 (patch) | |
tree | 95c331599edb4080010974a6d2a596f8413dab5a | |
parent | 4cdfadb1f8e1e5465112c72e7ee5d7552f3145fc (diff) | |
download | gdb-be118e79ae499796956ddd95cda47bf8cb405c00.zip gdb-be118e79ae499796956ddd95cda47bf8cb405c00.tar.gz gdb-be118e79ae499796956ddd95cda47bf8cb405c00.tar.bz2 |
* configure.in: Update version to 2.18.50.
* configure: Regenerated.
-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 a410c9e..b6a9ea3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/configure b/bfd/configure index 9a749c7..ec3df5c9 100755 --- a/bfd/configure +++ b/bfd/configure @@ -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 diff --git a/bfd/configure.in b/bfd/configure.in index 193907c..b7946e7 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -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. |