private function getVersion()
 {
     $p = new Project();
     return $p->getPhingVersion();
 }