/**
 * constructor
 */
function wfSpecialVersion()
{
    $version = new SpecialVersion();
    $version->execute();
}