1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00

New version.

This commit is contained in:
Andrs Montaez 2012-02-05 13:55:40 -02:00
parent 0c2ee3c45f
commit d255bf1717
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
#VERSION:0.9.1
#VERSION:0.9.2
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)

View File

@ -24,7 +24,7 @@ date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '0.9.1');
define('MAGALLANES_VERSION', '0.9.2');
require_once $baseDir . '/Mage/Autoload.php';
spl_autoload_register(array('Mage_Autoload', 'autoload'));