Updated version 1.2 and the dev label in config.php.
This commit is contained in:
parent
a271ce08cf
commit
6deba85a36
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
| the global "config" variable.
|
||||
|
|
||||
*/
|
||||
$config['ea_version'] = '1.1.1'; // This must be changed manually.
|
||||
$config['ea_release_title'] = ''; // Leave empty for no title or add BETA, TEST etc ...
|
||||
$config['ea_version'] = '1.2'; // This must be changed manually.
|
||||
$config['ea_release_title'] = 'Dev'; // Leave empty for no title or add BETA, TEST etc ...
|
||||
$config['ea_google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue