]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/api/ApiBase.php
MediaWiki 1.17.4
[autoinstalls/mediawiki.git] / includes / api / ApiBase.php
index 175fa6a1505e2508a9a1df6fdab645b0c0a5713d..bc25ca61dc4f678a049116ebdf5c45a8a7878d25 100644 (file)
@@ -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$';
        }
 }