mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-06 10:26:22 +08:00
Merge commit '5fa70e2794
' into release/8.0.4
# Conflicts:
# public/legacy/suitecrm_version.php
8 lines
193 B
PHP
Executable file
8 lines
193 B
PHP
Executable file
<?php
|
|
if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
|
|
$suitecrm_version = '8.0.3';
|
|
$suitecrm_legacy = '7.12.5';
|
|
$suitecrm_timestamp = '2022-03-01 12:00:00';
|