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