summaryrefslogtreecommitdiff
path: root/pear/System.php
diff options
context:
space:
mode:
authorMartin Jansen <mj@php.net>2001-12-18 17:06:28 +0000
committerMartin Jansen <mj@php.net>2001-12-18 17:06:28 +0000
commit6c118a143aa2ce5eded7b3c1b7f596664e44ac7e (patch)
tree6b839310be0a63a8663e6a49d2e44cbdcfd1aa9c /pear/System.php
parent4b389679c407d107846642192e2f7fb9098be6fb (diff)
downloadphp-git-6c118a143aa2ce5eded7b3c1b7f596664e44ac7e.tar.gz
* Change $Version$ to $Revision$.
Diffstat (limited to 'pear/System.php')
-rw-r--r--pear/System.php2
1 files changed, 1 insertions, 1 deletions
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 <cox@idecnet.com>
-* @version $Version$
+* @version $Revision$
* @access public
*/
class System extends PEAR