From 8ed7dd63c416e211dac4917d14c7fb86df5eb5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81s=20Montan=CC=83ez?= Date: Wed, 24 Oct 2012 19:53:31 -0200 Subject: [PATCH] Version 0.9.11. --- bin/mage | 2 +- bin/mage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';