Bump global.inc.dist.php version to 0.0.3

Changes from 0.0.2:
Added $config['txfee_auto']
Added $config['txfee_manual']
Removed $config['txfee']
This commit is contained in:
nicoschtein 2014-01-14 19:19:37 -02:00
parent 064dfe09df
commit 19b969650f

View File

@ -7,7 +7,7 @@ if (!defined('SECURITY')) die('Hacking attempt');
* This is used in the version check to ensure you run the latest version of the configuration file.
* Once you upgraded your config, change the version here too.
**/
$config['version'] = '0.0.2';
$config['version'] = '0.0.3';
// Our include directory for additional features
define('INCLUDE_DIR', BASEPATH . 'include');