From 686f5d7e4920b1a463cfcad432e85f328cdb68f9 Mon Sep 17 00:00:00 2001 From: tianya Date: Thu, 13 Mar 2025 23:43:11 +0800 Subject: [PATCH] Update index.php --- src/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install/index.php b/src/install/index.php index 609444e1..cb142418 100644 --- a/src/install/index.php +++ b/src/install/index.php @@ -11,7 +11,7 @@ error_reporting(E_ALL || ~E_NOTICE); define('INSLOCKFILE', dirname(__FILE__).'/install_lock.txt'); $verMsg = 'V6'; $dfDbname = 'DedeBIZ'; -$cfg_version_detail = '6.3.2'; //详细版本号 +$cfg_version_detail = '6.5.0'; //详细版本号 $errmsg = ''; if (version_compare(PHP_VERSION, '8.0.0', '>=') && function_exists("mysqli_report")) { mysqli_report(MYSQLI_REPORT_OFF);