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
commitf2951db1a6dd331af1e4e651decb5128a791151a (patch)
treecfbe74be7e3657ab3703f9c9d59469d7bc8e1d0c
parentff8edc51e50b0436efc2a3eb34437e05d6f296ce (diff)
downloadgdb-f2951db1a6dd331af1e4e651decb5128a791151a.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 0d9f6923560..0ba609c4786 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 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.