2011-09-22  Tristan Gingold  <gingold@adacore.com>

	* configure.in: Bump version to 2.22.51
	* configure: Regenerate.
This commit is contained in:
Tristan Gingold
2011-09-22 08:35:49 +00:00
parent a7142d9403
commit 7cf3bbff36
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-09-22 Tristan Gingold <gingold@adacore.com>
* configure.in: Bump version to 2.22.51
* configure: Regenerate.
2011-09-21 David S. Miller <davem@davemloft.net>
* elfxx-sparc.c (_bfd_sparc_elf_merge_private_bfd_data): New.

2
bfd/configure vendored
View File

@ -3988,7 +3988,7 @@ fi
# Define the identity of the package.
PACKAGE=bfd
VERSION=2.21.53
VERSION=2.22.51
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.21.53)
AM_INIT_AUTOMAKE(bfd, 2.22.51)
dnl These must be called before LT_INIT, because it may want
dnl to call AC_CHECK_PROG.