Skip to content
Snippets Groups Projects
Commit 55209469 authored by Uma's avatar Uma
Browse files

version upgrade for 7.3 handled

parent a9b5bf60
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,9 @@ class Migration_Module_Model extends Vtiger_Module_Model {
array('700' => '7.0.0'),
array('701' => '7.0.1'),
array('710' => '7.1.0'),
array('711' => '7.1.1'),
array('720' => '7.2.0'),
array('721' => '7.2.1'),
array('711' => '7.1.1'),
array('720' => '7.2.0'),
array('730' => '7.3.0'),
);
return $versions;
}
......
......@@ -8,9 +8,9 @@
* All Rights Reserved.
************************************************************************************/
$patch_version = '-20191210'; // -ve timestamp before release, +ve timestamp after release.
$patch_version = '-20200720'; // -ve timestamp before release, +ve timestamp after release.
$modified_database = '';
$vtiger_current_version = '7.2.1';
$vtiger_current_version = '7.3';
$_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