diff --git a/bin/mage b/bin/mage index b1f2832..8763914 100755 --- a/bin/mage +++ b/bin/mage @@ -1,5 +1,5 @@ #!/bin/sh -#VERSION:0.9.1 +#VERSION:0.9.2 SCRIPT=$(readlink -f $0) DIR=$(dirname $SCRIPT) diff --git a/bin/mage.php b/bin/mage.php index 35dcc09..5783823 100644 --- a/bin/mage.php +++ b/bin/mage.php @@ -24,7 +24,7 @@ date_default_timezone_set('UTC'); $baseDir = dirname(dirname(__FILE__)); -define('MAGALLANES_VERSION', '0.9.1'); +define('MAGALLANES_VERSION', '0.9.2'); require_once $baseDir . '/Mage/Autoload.php'; spl_autoload_register(array('Mage_Autoload', 'autoload'));