From af69042304984793fdb9b105f2e53b5556203425 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sun, 18 Jan 2015 16:13:18 +0100 Subject: [PATCH] [VERSION] 1.0.0 Global Config --- include/config/global.inc.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/global.inc.dist.php b/include/config/global.inc.dist.php index f35c9bf4..bc8ce5bf 100644 --- a/include/config/global.inc.dist.php +++ b/include/config/global.inc.dist.php @@ -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 * https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-config-version **/ -$config['version'] = '0.0.8'; +$config['version'] = '1.0.0'; $config['version_url'] = 'https://raw.githubusercontent.com/MPOS/php-mpos/master/include/version.inc.php'; /**