From: Ian Lance Taylor Date: Mon, 27 Apr 1998 20:50:54 +0000 (+0000) Subject: * configure.in: Change version number to 2.9.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc4f98f55ef6c966815d31bc1c5aefe82b1bfe00;p=binutils-gdb.git * configure.in: Change version number to 2.9.4 * configure: Rebuild. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 6a0fa780687..7d4d438086d 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 27 16:50:40 1998 Ian Lance Taylor + + * configure.in: Change version number to 2.9.4 + * configure: Rebuild. + Wed Apr 22 16:01:17 1998 Tom Tromey * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir). diff --git a/gprof/configure b/gprof/configure index 33b59a1bd24..507771c5fe9 100755 --- a/gprof/configure +++ b/gprof/configure @@ -798,7 +798,7 @@ fi PACKAGE=gprof -VERSION=2.9.1 +VERSION=2.9.4 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/gprof/configure.in b/gprof/configure.in index f9905f11649..979fdbccc4f 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.1) +AM_INIT_AUTOMAKE(gprof, 2.9.4) AM_PROG_LIBTOOL