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 /gprof/configure.in | |
parent | 57a6fd078e3f8491935140185c10e7af5526c649 (diff) | |
download | binutils-946efd95b840ea7c0716e3923d7bbd7b7fc342c8.zip binutils-946efd95b840ea7c0716e3923d7bbd7b7fc342c8.tar.gz binutils-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 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index 8c44a68..2ab72a6 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -4,7 +4,7 @@ AC_INIT(gprof.c) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(gprof, 2.9.5) +AM_INIT_AUTOMAKE(gprof, 2.10.90) AM_PROG_LIBTOOL |