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 | |
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 'gprof')
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 54aaf3d..28e0d72 100644 --- a/gprof/ChangeLog +++ b/gprof/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-07 Philippe De Muyter <phdm@macqel.be> * source.c: Remove direct inclusion of sys/stat.h. 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 |