summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2a205f65337..f2f9990819f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * configure.in: Update version to 2.17.
+ * Makefile.am: Set RELEASE.
+ * configure, Makefile.in: Regenerated.
+
2006-06-12 Daniel Jacobowitz <dan@codesourcery.com>
* configure.in: Update version to 2.16.94.
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 77278a832a1..d00bf9827a5 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 8ed90563561..d73b9e70e34 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -253,7 +253,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 01c4711ac9e..af6c22b5a66 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -2836,7 +2836,7 @@ fi
# Define the identity of the package.
PACKAGE=bfd
- VERSION=2.16.94
+ VERSION=2.17
cat >>confdefs.h <<_ACEOF
diff --git a/bfd/configure.in b/bfd/configure.in
index cdcfdb0e5cf..212f96142fd 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.94)
+AM_INIT_AUTOMAKE(bfd, 2.17)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.