X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/mediawiki.git/blobdiff_plain/ed929caf35b91662df31b9ee922286ddea5659cb..19e297c21b10b1b8a3acad5e73fc71dcb35db44a:/includes/api/ApiBase.php diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 175fa6a1..bc25ca61 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -1363,6 +1363,6 @@ abstract class ApiBase { * @return string */ public static function getBaseVersion() { - return __CLASS__ . ': $Id: ApiBase.php 82730 2011-02-24 16:03:05Z reedy $'; + return __CLASS__ . ': $Id$'; } }