Change version to v16.1.OS

This commit is contained in:
Thilina Hasantha
2016-05-05 20:35:33 +05:30
parent f614e0ebf0
commit 37299ac1a8
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ define('HOME_LINK_ADMIN', CLIENT_BASE_URL."?g=admin&n=dashboard&m=admin_Admin");
define('HOME_LINK_OTHERS', CLIENT_BASE_URL."?g=modules&n=dashboard&m=module_Personal_Information");
//Version
define('VERSION', '16.2.OS');
define('CACHE_VALUE', '16.2.OS');
define('VERSION', '16.1.OS');
define('CACHE_VALUE', '16.1.OS');
define('VERSION_DATE', '02/05/2016');
if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','icehrm@gamonoid.com');}