summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2005-06-12 19:00:16 +0000
committerDaniel Jacobowitz <dan@debian.org>2005-06-12 19:00:16 +0000
commit52c804a6d4af8c5b220981df19e8068cf86e11d8 (patch)
tree6a452b1418c05f8f8a38a92df13140b5cbfd326f
parentf66ebe627c7afa17acf57c1cdf6af1a7fe5e40b9 (diff)
downloadbinutils-redhat-52c804a6d4af8c5b220981df19e8068cf86e11d8.tar.gz
* Makefile.am: Set RELEASE.
* configure.in: Bump version to 2.16.1. * Makefile.in, configure: Regenerated.
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/Makefile.am2
-rw-r--r--bfd/Makefile.in2
-rwxr-xr-xbfd/configure2
-rw-r--r--bfd/configure.in2
5 files changed, 10 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0d9f692356..0ba609c478 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-02 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * Makefile.am: Set RELEASE.
+ * configure.in: Bump version to 2.16.1.
+ * Makefile.in, configure: Regenerated.
+
2005-06-06 Alan Modra <amodra@bigpond.net.au>
* 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 ae1c62f488..4fc3d9c085 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 4d63af9c12..ddf4421ef5 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 43f4719a85..9ebac9778d 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 bfb52a8948..f9c6ecafe1 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.