diff options
Diffstat (limited to 'includes/api/ApiComparePages.php')
-rw-r--r-- | includes/api/ApiComparePages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiComparePages.php b/includes/api/ApiComparePages.php index d43fa53f..59f8555b 100644 --- a/includes/api/ApiComparePages.php +++ b/includes/api/ApiComparePages.php @@ -125,6 +125,6 @@ class ApiComparePages extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiComparePages.php 92400 2011-07-17 16:51:11Z reedy $'; + return __CLASS__ . ': $Id$'; } } |