* configure: Rebuild.
 Mon Apr 27 11:49:55 1998  Ian Lance Taylor  <ian@cygnus.com>
 
+       * configure.in: Change version number to 2.9.4
+       * configure: Rebuild.
+
        Based on patch from H.J. Lu <hjl@gnu.org>:
        * elf.c (bfd_elf_get_bfd_needed_list): New function.
        * bfd-in.h (bfd_elf_get_bfd_needed_list): Declare.
 
 
 PACKAGE=bfd
 
-VERSION=2.9.1
+VERSION=2.9.4
 
 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; }
 
 AC_CANONICAL_SYSTEM
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.9.1)
+AM_INIT_AUTOMAKE(bfd, 2.9.4)
 
 dnl These must be called before AM_PROG_LIBTOOL, because it may want
 dnl to call AC_CHECK_PROG.