diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-06 18:27:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-06 18:27:41 +0000 |
commit | 940d2a2147b44085d51d4f18404e34797f08e773 (patch) | |
tree | acf04d7b9667cedfc9ae2fd292ca004a8c2fead1 | |
parent | 209b76ebcb1dd03f8806d5f8763ffca028803a7d (diff) | |
download | gdb-940d2a2147b44085d51d4f18404e34797f08e773.tar.gz |
Revert update of version number
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rwxr-xr-x | bfd/configure | 2 | ||||
-rw-r--r-- | bfd/configure.in | 2 |
3 files changed, 2 insertions, 7 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8d7dd5fa268..ca2a5d1f5ea 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,8 +1,3 @@ -2003-05-06 Nick Clifton <nickc@redhat.com> - - * configure.in: Bump version number to 2.15.90. - * configure: Regenerate. - 2003-05-05 Alan Modra <amodra@bigpond.net.au> * elf32-i386.c (allocate_dynrelocs): For undef weak syms with diff --git a/bfd/configure b/bfd/configure index 162ef5acdc3..47eaef7476f 100755 --- a/bfd/configure +++ b/bfd/configure @@ -929,7 +929,7 @@ fi PACKAGE=bfd -VERSION=2.15.90 +VERSION=2.14.90 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 0feaaf47ae7..a2b56d2f341 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.15.90) +AM_INIT_AUTOMAKE(bfd, 2.14.90) # Uncomment the next line to remove the date from the reported bfd version #is_release=y |