Updated the version in config.php file for v1.2.0 Alpha.1

This commit is contained in:
alextselegidis 2016-09-07 23:34:36 +02:00
parent 18a311fc9a
commit 9223140a7d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
|
*/
$config['version'] = '1.2'; // This must be changed manually.
$config['release_label'] = 'Dev'; // Leave empty for no title or add Alpha, Beta etc ...
$config['release_label'] = 'Alpha.1'; // Leave empty for no title or add Alpha, Beta etc ...
$config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE;
/*