Version 0.9.12.

This commit is contained in:
Andrés Montañez
2012-10-24 20:41:03 -02:00
parent 8ed7dd63c4
commit c49737d412
3 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
#VERSION:0.9.11
#VERSION:0.9.12
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)
+1 -1
View File
@@ -3,7 +3,7 @@ date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '0.9.11');
define('MAGALLANES_VERSION', '0.9.12');
// Preload
require_once $baseDir . '/Mage/spyc.php';