Piwik::version([string $format]);
$format - A format other than the default one declared in config
$format
Piwik::version('json'); will return something like the following stdClass:
Piwik::version('json');
stdClass Object ( [value] => 1.10.1 )