First iteration of upgrade.

This commit is contained in:
Andrs Montaez
2012-01-10 18:21:31 -02:00
parent f21f63456a
commit ff1efabaf4
5 changed files with 133 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
#VERSION:0.9
#VERSION:0.9.1
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)
+1 -1
View File
@@ -24,7 +24,7 @@ date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '0.9');
define('MAGALLANES_VERSION', '0.9.1');
require_once $baseDir . '/Mage/Autoload.php';
spl_autoload_register(array('Mage_Autoload', 'autoload'));