summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/configure2
-rw-r--r--bfd/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 89a853d3357..e275e51c845 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-12 Daniel Jacobowitz <drow@mvista.com>
+
+ * configure.in: Bump version to 2.14.
+ * configure: Regenerated.
+
2003-06-05 Daniel Jacobowitz <drow@mvista.com>
* elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
diff --git a/bfd/configure b/bfd/configure
index cfb900db7f4..5dca0f1944b 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -929,7 +929,7 @@ fi
PACKAGE=bfd
-VERSION=2.13.92
+VERSION=2.14
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/bfd/configure.in b/bfd/configure.in
index 76df794e173..7774871f96b 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -7,7 +7,7 @@ AC_INIT(libbfd.c)
AC_CANONICAL_SYSTEM
AC_ISC_POSIX
-AM_INIT_AUTOMAKE(bfd, 2.13.92)
+AM_INIT_AUTOMAKE(bfd, 2.14)
# Uncomment the next line to remove the date from the reported bfd version
#is_release=y