diff --git a/ThinkPHP/ThinkPHP.php b/ThinkPHP/ThinkPHP.php index 6e165683ac890b79a6b2cfa5f96a62177e0625e2..20a0046eb9a504c6f0b7e599323d07603b1800a6 100644 --- a/ThinkPHP/ThinkPHP.php +++ b/ThinkPHP/ThinkPHP.php @@ -22,7 +22,7 @@ if (MEMORY_LIMIT_ON) { } // 版本信息 -const THINK_VERSION = '3.2.5'; +const THINK_VERSION = '3.2.5+'; // URL 模式定义 const URL_COMMON = 0; //普通模式