diff options
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 |