2008-09-08 Tristan Gingold <gingold@adacore.com>

* configure.in: Update version to 2.19.50
        * configure: Regenerated.
This commit is contained in:
Tristan Gingold 2008-09-08 12:55:19 +00:00
parent 9d4f29f35c
commit 96497422d6
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-09-08 Tristan Gingold <gingold@adacore.com>
* configure.in: Update version to 2.19.50
* configure: Regenerated.
2008-09-05 Daniel Jacobowitz <dan@codesourcery.com>
* dwarf2.c: Change leading whitespace to tabs.

2
bfd/configure vendored
View File

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