Browse Source

Release Version 0.9.14

1.0
Andrés Montañez 12 years ago
parent
commit
41be28daba
  1. 2
      bin/mage
  2. 2
      bin/mage.php

2
bin/mage

@ -1,5 +1,5 @@
#!/bin/sh
#VERSION:0.9.13
#VERSION:0.9.14
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)

2
bin/mage.php

@ -3,7 +3,7 @@ date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '0.9.13');
define('MAGALLANES_VERSION', '0.9.14');
// Preload
require_once $baseDir . '/Mage/spyc.php';

Loading…
Cancel
Save