Skip to content
Snippets Groups Projects
Commit e17a5d5a authored by Satish's avatar Satish
Browse files

Updated version for 7.1.0

parent ab9870df
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ class Migration_Module_Model extends Vtiger_Module_Model {
array('660' => '6.6.0'),
array('700' => '7.0.0'),
array('701' => '7.0.1'),
array('710' => '7.1.0'),
);
return $versions;
}
......
<?php
/*+********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*********************************************************************************/
if (defined('VTIGER_UPGRADE')) {
global $current_user;
$db = PearDatabase::getInstance();
//Update existing package modules
Install_Utils_Model::installModules();
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
$patch_version = '20170606'; // -ve timestamp before release, +ve timestamp after release.
$modified_database = '';
$vtiger_current_version = '7.0.1';
$vtiger_current_version = '7.1.0';
$_SESSION['vtiger_version'] = $vtiger_current_version;
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment