From: Daniel Jacobowitz Date: Sun, 12 Jun 2005 19:00:16 +0000 (+0000) Subject: * Makefile.am: Set RELEASE. X-Git-Tag: binutils-2_16_1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdc6b36c67cce7c4a9b043a178276f34d28b4ef9;p=thirdparty%2Fbinutils-gdb.git * Makefile.am: Set RELEASE. * configure.in: Bump version to 2.16.1. * Makefile.in, configure: Regenerated. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0d9f6923560..0ba609c4786 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-05-02 Daniel Jacobowitz + + * Makefile.am: Set RELEASE. + * configure.in: Bump version to 2.16.1. + * Makefile.in, configure: Regenerated. + 2005-06-06 Alan Modra * elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ae1c62f4884..4fc3d9c0859 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.9 cygnus # 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 4d63af9c128..ddf4421ef54 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -250,7 +250,7 @@ wordsize = @wordsize@ AUTOMAKE_OPTIONS = 1.9 cygnus # 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 43f4719a852..9ebac9778d7 100755 --- a/bfd/configure +++ b/bfd/configure @@ -2834,7 +2834,7 @@ fi # Define the identity of the package. PACKAGE=bfd - VERSION=2.16 + VERSION=2.16.1 cat >>confdefs.h <<_ACEOF diff --git a/bfd/configure.in b/bfd/configure.in index bfb52a89486..f9c6ecafe10 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.16) +AM_INIT_AUTOMAKE(bfd, 2.16.1) dnl These must be called before AM_PROG_LIBTOOL, because it may want dnl to call AC_CHECK_PROG.