1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 21:00:18 +02:00

Prepare for version 1.0.6

This commit is contained in:
Andrés Montañez 2015-04-12 16:45:32 -03:00
parent 139b897fe5
commit 781213dd73
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2011 - 2014 Andrés Montañez
Copyright (c) 2011 - 2015 Andrés Montañez
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated

View File

@ -15,7 +15,7 @@ if (empty(ini_get('date.timezone'))) {
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '1.0.5');
define('MAGALLANES_VERSION', '1.0.6');
define('MAGALLANES_DIRECTORY', $baseDir);
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {