From: Martin Jansen Date: Tue, 18 Dec 2001 17:06:28 +0000 (+0000) Subject: * Change $Version$ to $Revision$. X-Git-Tag: PRE_ISSET_PATCH~483 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c118a143aa2ce5eded7b3c1b7f596664e44ac7e;p=php * Change $Version$ to $Revision$. --- diff --git a/pear/System.php b/pear/System.php index 84c4dc93f7..2f030b4167 100644 --- a/pear/System.php +++ b/pear/System.php @@ -41,7 +41,7 @@ require_once 'Console/Getopt.php'; * * @package System * @author Tomas V.V.Cox -* @version $Version$ +* @version $Revision$ * @access public */ class System extends PEAR