From 6deba85a36f8e44bd739b3bab25be2e91aa45501 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 13 Apr 2016 19:52:23 +0200 Subject: [PATCH] Updated version 1.2 and the dev label in config.php. --- src/application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application/config/config.php b/src/application/config/config.php index 25b3fa44..89dbcb7b 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -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; /*