It took me some time but finally found out how to display the PHPRunner build number in the footer. Hope this helps someone trying to do the same thing.
<?php echo "Version 11.0 Build " . $wizardBuildKey = ProjectSettings::getProjectValue('wizardBuild'); ?>