diff --git a/trunk/VERSION b/trunk/VERSION index f8c05fb037..3b5275df0a 100644 --- a/trunk/VERSION +++ b/trunk/VERSION @@ -1 +1 @@ -1.0.rc2 +1.0.stable diff --git a/trunk/config/config.php b/trunk/config/config.php index a8ac0bbd8d..d007930b34 100644 --- a/trunk/config/config.php +++ b/trunk/config/config.php @@ -22,7 +22,7 @@ * @link http://www.zentao.cn */ /* 基本参数设定。*/ -$config->version = '1.0rc2'; // 版本号,切勿修改。 +$config->version = '1.0.stable'; // 版本号,切勿修改。 $config->helpRoot = 'http://doc.zentao.cn/help/'; // 在线帮助的URI地址。 $config->encoding = 'UTF-8'; // 网站的编码。 $config->cookiePath = '/'; // cookie的有效路径。