* configure.in: Bump version to 2.16.90.

* configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz 2005-03-08 15:09:23 +00:00
parent 36e9969cac
commit 664fe1be18
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
* configure.in: Bump version to 2.16.90.
* configure: Regenerated.
2005-03-07 Jakub Jelinek <jakub@redhat.com> 2005-03-07 Jakub Jelinek <jakub@redhat.com>
* opncls.c (opncls_bread, opncls_bclose): Fix if pread resp. * opncls.c (opncls_bread, opncls_bclose): Fix if pread resp.

2
bfd/configure vendored
View file

@ -2834,7 +2834,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=bfd PACKAGE=bfd
VERSION=2.15.95 VERSION=2.16.90
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF

View file

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