Upgrade command.

This commit is contained in:
Andrés Montañez
2013-12-17 21:31:04 -02:00
parent f646647036
commit ac08d1874c
2 changed files with 53 additions and 60 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '0.9.14');
define('MAGALLANES_VERSION', '1.0.0');
define('MAGALLANES_DIRECTORY', $baseDir);
// Preload
require_once $baseDir . '/Mage/spyc.php';