Gracias GatorV.
Ayer instale la version 1.10.1
Y me funcionó de esta forma, lo dejo por si a alguien le sirve.
Código PHP:
protected function _initBaseUrl() {
$this->bootstrap('view');
$view = $this->getResource('view');
$view->getHelper('BaseUrl')->setBaseUrl('http://miproyecto');
}