diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-27 20:50:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-27 20:50:54 +0000 |
commit | cc4f98f55ef6c966815d31bc1c5aefe82b1bfe00 (patch) | |
tree | 7d6305e2b8a3207263d9e44857e30da9c2614af4 /gprof/configure | |
parent | 5b10df4a85496ccff466a27cf474881f5ca399df (diff) | |
download | gdb-cc4f98f55ef6c966815d31bc1c5aefe82b1bfe00.zip gdb-cc4f98f55ef6c966815d31bc1c5aefe82b1bfe00.tar.gz gdb-cc4f98f55ef6c966815d31bc1c5aefe82b1bfe00.tar.bz2 |
* configure.in: Change version number to 2.9.4
* configure: Rebuild.
Diffstat (limited to 'gprof/configure')
-rwxr-xr-x | gprof/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure b/gprof/configure index 33b59a1..507771c 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; } |