Version 0.9.10.

This commit is contained in:
Andrés Montañez
2012-04-01 12:46:05 -03:00
parent 7a87460457
commit 8874641a66
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
#VERSION:0.9.9
#VERSION:0.9.10
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.9');
define('MAGALLANES_VERSION', '0.9.10');
require_once $baseDir . '/Mage/spyc.php';
require_once $baseDir . '/Mage/Autoload.php';