diff --git a/bin/mage b/bin/mage index 5b34806..dc575ac 100755 --- a/bin/mage +++ b/bin/mage @@ -1,5 +1,5 @@ #!/bin/sh -#VERSION:0.9.10 +#VERSION:0.9.11 SCRIPT=$(readlink -f $0) DIR=$(dirname $SCRIPT) diff --git a/bin/mage.php b/bin/mage.php index d7d7570..8ffdbcc 100644 --- a/bin/mage.php +++ b/bin/mage.php @@ -3,7 +3,7 @@ date_default_timezone_set('UTC'); $baseDir = dirname(dirname(__FILE__)); -define('MAGALLANES_VERSION', '0.9.10'); +define('MAGALLANES_VERSION', '0.9.11'); // Preload require_once $baseDir . '/Mage/spyc.php';