diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-15 12:09:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-15 12:09:55 +0000 |
commit | 2844ed430fda18bc282e3ac7d9a5761323ab17e6 (patch) | |
tree | be659a6f2547693a37e28c4c625024c4613a0010 /ld/configure | |
parent | 0ed15843924e05e7d9936566e69c4df873281694 (diff) | |
download | gdb-2844ed430fda18bc282e3ac7d9a5761323ab17e6.zip gdb-2844ed430fda18bc282e3ac7d9a5761323ab17e6.tar.gz gdb-2844ed430fda18bc282e3ac7d9a5761323ab17e6.tar.bz2 |
* configure.in: Bump version number to 2.9.5.
* configure: Rebuild.
Diffstat (limited to 'ld/configure')
-rwxr-xr-x | ld/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure index 3077236..00a8d9d 100755 --- a/ld/configure +++ b/ld/configure @@ -814,7 +814,7 @@ fi PACKAGE=ld -VERSION=2.9.4 +VERSION=2.9.5 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; } |