From: foobar Date: Sat, 10 Dec 2005 18:26:52 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.1.2RC1~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=933d1d174cc48a28f54a161c87ac1a9d1eb92206;p=php MFH --- diff --git a/run-tests.php b/run-tests.php index 7b30e3308e..e8f4e94b8c 100755 --- a/run-tests.php +++ b/run-tests.php @@ -333,7 +333,7 @@ if (isset($argc) && $argc > 1) { $html_output = is_resource($html_file); break; case '--version': - echo "$Id$\n"; + echo "$Revision$\n"; exit(1); default: echo "Illegal switch '$switch' specified!\n";