From: Tristan Gingold Date: Mon, 2 Feb 2009 11:16:30 +0000 (+0000) Subject: bfd/ X-Git-Tag: binutils-2_19_1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2aa816de36034f59b97de23dc322db11aa4482f1;p=thirdparty%2Fbinutils-gdb.git bfd/ 2009-02-02 Tristan Gingold * configure.in: Bump version to 2.19.1 * Makefile.am (RELEASE): Set. * configure, Makefile.in: Regenerated. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e137b000b67..a8ccf20f5cc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2009-02-02 Tristan Gingold + + * configure.in: Bump version to 2.19.1 + * Makefile.am (RELEASE): Set. + * configure, Makefile.in: Regenerated. + 2009-01-14 Joseph Myers * elf32-arm.c (elf32_arm_final_link_relocate): Do not turn diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 8ddf3cc2a8f..818ff85f4ea 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.9 cygnus ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Uncomment the following line when doing a release. -# RELEASE=y +RELEASE=y INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 1e0b593ec42..54edfc68a7f 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -271,7 +271,7 @@ AUTOMAKE_OPTIONS = 1.9 cygnus ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Uncomment the following line when doing a release. -# RELEASE=y +RELEASE = y INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) MKDEP = gcc -MM diff --git a/bfd/configure b/bfd/configure index f1515698016..61c8d237c16 100755 --- a/bfd/configure +++ b/bfd/configure @@ -3032,7 +3032,7 @@ fi # Define the identity of the package. PACKAGE=bfd - VERSION=2.19.0 + VERSION=2.19.1 cat >>confdefs.h <<_ACEOF diff --git a/bfd/configure.in b/bfd/configure.in index ca00be03d49..f9f95cc13c4 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c]) AC_CANONICAL_TARGET AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.19.0) +AM_INIT_AUTOMAKE(bfd, 2.19.1) dnl These must be called before LT_INIT, because it may want dnl to call AC_CHECK_PROG. diff --git a/bfd/doc/bfdver.texi b/bfd/doc/bfdver.texi index 000c4c48ec2..0767307933d 100644 --- a/bfd/doc/bfdver.texi +++ b/bfd/doc/bfdver.texi @@ -1,4 +1,4 @@ -@set VERSION 2.19.0 +@set VERSION 2.19.1 @set VERSION_PACKAGE (GNU Binutils) -@set UPDATED December 2008 +@set UPDATED February 2009 @set BUGURL @uref{http://www.sourceware.org/bugzilla/}