diff options
author | David O'Brien <obrien@FreeBSD.org> | 2000-06-08 19:00:02 +0000 |
---|---|---|
committer | David O'Brien <obrien@FreeBSD.org> | 2000-06-08 19:00:02 +0000 |
commit | 946efd95b840ea7c0716e3923d7bbd7b7fc342c8 (patch) | |
tree | 9d8f79635a3edb381c8600645330186eb4095338 /binutils | |
parent | 57a6fd078e3f8491935140185c10e7af5526c649 (diff) | |
download | gdb-946efd95b840ea7c0716e3923d7bbd7b7fc342c8.zip gdb-946efd95b840ea7c0716e3923d7bbd7b7fc342c8.tar.gz gdb-946efd95b840ea7c0716e3923d7bbd7b7fc342c8.tar.bz2 |
* configure.in (VERSION): Update to show this is the CVS mainline.
Approved by: Nick Clifton <nickc@cygnus.com>
Message-Id: <200005222205.PAA14565@elmo.cygnus.com>
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5c5ccb4..7d4b6f8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-06-08 David O'Brien <obrien@FreeBSD.org> + + * configure.in (VERSION): Update to show this is the CVS mainline. + 2000-06-02 David O'Brien <obrien@FreeBSD.org> * strings.c (isgraphic): Interpret <TAB> as a printable character, diff --git a/binutils/configure.in b/binutils/configure.in index 6b5ae24..3268362 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -5,7 +5,7 @@ AC_INIT(ar.c) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(binutils, 2.9.5) +AM_INIT_AUTOMAKE(binutils, 2.10.90) AM_PROG_LIBTOOL |