Prepare for new version release.

This commit is contained in:
Andrés Montañez
2015-02-21 14:39:51 -02:00
parent 447cbc4b71
commit fe2c9fb49e
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -13,7 +13,7 @@ date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '1.0.3');
define('MAGALLANES_VERSION', '1.0.4');
define('MAGALLANES_DIRECTORY', $baseDir);
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
@@ -26,7 +26,6 @@ if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
spl_autoload_register(array($loader, 'autoLoad'));
}
// Clean arguments
array_shift($argv);