summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-08-28 20:21:08 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-08-28 20:21:08 +0000
commitc806ec029fc15a62ded3596a57d0ef2cb3dffdc7 (patch)
tree6ca69a0d06ea7a0e74610c9d19d290e9e89a18f9
parent0604323241c89dc61ffce479e4fbfa5ce3646532 (diff)
downloadgdb-c806ec029fc15a62ded3596a57d0ef2cb3dffdc7.tar.gz
* configure.in (VERSION): Update.
* Makefile.am (RELEASE): Set. * configure, Makefile.in: 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 8e33bc24cf8..0360c75e004 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * configure.in (VERSION): Update.
+ * Makefile.am (RELEASE): Set.
+ * configure, Makefile.in: Regenerated.
+
2007-08-28 David Heine <dlheine@tensilica.com>
* elf32-xtensa.c (compute_ebb_actions): Update removed_bytes when
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index ee6c66ba6e1..1e4c82ff4d5 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 a13b0eee751..1436aac238b 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -267,7 +267,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 3a69c5a4cbb..f5a6739efe5 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -2994,7 +2994,7 @@ fi
# Define the identity of the package.
PACKAGE=bfd
- VERSION=2.17.90
+ VERSION=2.18
cat >>confdefs.h <<_ACEOF
diff --git a/bfd/configure.in b/bfd/configure.in
index 246226bca61..4c3523ce9c1 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.17.90)
+AM_INIT_AUTOMAKE(bfd, 2.18)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.