* configure.in: Bump version number to 2.9.5.

* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1999-07-15 11:48:14 +00:00
parent 966ed0b4d8
commit 3a6ae6163b
3 changed files with 255 additions and 239 deletions

View File

@ -1,3 +1,8 @@
1999-07-15 Ian Lance Taylor <ian@zembu.com>
* configure.in: Bump version number to 2.9.5.
* configure: Rebuild.
Thu Jul 15 02:56:15 1999 Jeffrey A Law (law@cygnus.com)
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type, case R_HPPA): Handle

487
bfd/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ AC_INIT(libbfd.c)
AC_CANONICAL_SYSTEM
AC_ISC_POSIX
AM_INIT_AUTOMAKE(bfd, 2.9.4)
AM_INIT_AUTOMAKE(bfd, 2.9.5)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.