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

Version 0.9.3

This commit is contained in:
Andrs Montaez 2012-02-15 18:46:26 -02:00
parent 2ec4f58c77
commit e8e436f52e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
#VERSION:0.9.2
#VERSION:0.9.3
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.2');
define('MAGALLANES_VERSION', '0.9.3');
require_once $baseDir . '/Mage/spyc.php';
require_once $baseDir . '/Mage/Autoload.php';