svn:keywords Id for r64436

This commit is contained in:
Sam Reed 2010-04-01 22:38:29 +00:00
parent 203c3785f0
commit 5ebfb332f3

View file

@ -96,6 +96,6 @@ class ApiGo extends ApiBase {
}
public function getVersion() {
return __CLASS__ . ': $Id: $';
return __CLASS__ . ': $Id$';
}
}