From 37299ac1a88094f98dc4f0af2e012734ca3fd104 Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Thu, 5 May 2016 20:35:33 +0530 Subject: [PATCH] Change version to v16.1.OS --- core-ext/config.base.php | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core-ext/config.base.php b/core-ext/config.base.php index bc73a82a..54789f1b 100644 --- a/core-ext/config.base.php +++ b/core-ext/config.base.php @@ -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');} diff --git a/readme.md b/readme.md index eac95fbb..ed9603f4 100644 --- a/readme.md +++ b/readme.md @@ -523,7 +523,7 @@ That way you can attach each and every project to a client. Under employee projects tab you can assign projects to employees. You need to add projects to employees to enable them to add time against these projects in time-sheets. -Release note v16.2 +Release note v16.1 ------------------ ### Fixes