[UPDATE] Config Version 1.0.1

This commit is contained in:
Sebastian Grewe 2015-04-19 00:33:22 +02:00
parent a7fc7146f1
commit bb3fa99530
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
* Also the URL to check for the most recent upstream versions available * Also the URL to check for the most recent upstream versions available
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-config-version * https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-config-version
**/ **/
$config['version'] = '1.0.0'; $config['version'] = '1.0.1';
$config['version_url'] = 'https://raw.githubusercontent.com/MPOS/php-mpos/master/include/version.inc.php'; $config['version_url'] = 'https://raw.githubusercontent.com/MPOS/php-mpos/master/include/version.inc.php';
/** /**

View File

@ -3,7 +3,7 @@ $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
define('MPOS_VERSION', '1.0.2'); define('MPOS_VERSION', '1.0.2');
define('DB_VERSION', '1.0.1'); define('DB_VERSION', '1.0.1');
define('CONFIG_VERSION', '1.0.0'); define('CONFIG_VERSION', '1.0.1');
define('HASH_VERSION', 1); define('HASH_VERSION', 1);
// Fetch installed database version // Fetch installed database version