X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/ed929caf35b91662df31b9ee922286ddea5659cb..19e297c21b10b1b8a3acad5e73fc71dcb35db44a:/includes/api/ApiRsd.php diff --git a/includes/api/ApiRsd.php b/includes/api/ApiRsd.php index 7bc4722c..1274c85c 100644 --- a/includes/api/ApiRsd.php +++ b/includes/api/ApiRsd.php @@ -160,7 +160,7 @@ class ApiRsd extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiRsd.php 76195 2010-11-06 15:57:15Z btongminh $'; + return __CLASS__ . ': $Id$'; } } @@ -175,6 +175,6 @@ class ApiFormatXmlRsd extends ApiFormatXml { } public function getVersion() { - return __CLASS__ . ': $Id: ApiRsd.php 76195 2010-11-06 15:57:15Z btongminh $'; + return __CLASS__ . ': $Id$'; } }