Skip to content
Snippets Groups Projects
Commit 272c4962 authored by Prasad's avatar Prasad
Browse files

Changed version to 8.0.0 dev - major composer support

parent cae995d8
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ class Migration_Module_Model extends Vtiger_Module_Model {
array('730' => '7.3.0'),
array('740' => '7.4.0'),
array('750' => '7.5.0'),
array('800' => '8.0.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')) {
}
......@@ -8,9 +8,9 @@
* All Rights Reserved.
************************************************************************************/
$patch_version = '20221124'; // -ve timestamp before release, +ve timestamp after release.
$patch_version = '-20230715'; // -ve timestamp before release, +ve timestamp after release.
$modified_database = '';
$vtiger_current_version = '7.5.0';
$vtiger_current_version = '8.0.0';
$_SESSION['vtiger_version'] = $vtiger_current_version;
?>
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