From a5bf13ab201e00ed54ef5bd41f4e3ff60d316480 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 2 Mar 2012 10:56:07 +0000 Subject: [PATCH] * change the version to 3.0.stable. --- VERSION | 2 +- config/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9f55b2ccb5..49c4346e5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0 +3.0.stable diff --git a/config/config.php b/config/config.php index 800329f701..11ed1a4315 100644 --- a/config/config.php +++ b/config/config.php @@ -12,7 +12,7 @@ * @link http://www.zentao.net */ /* Basic settings. */ -$config->version = '3.0'; // The version of zentaopms. Don't change it. +$config->version = '3.0.stable'; // The version of zentaopms. Don't change it. $config->encoding = 'UTF-8'; // The encoding of znetaopms. $config->cookieLife = time() + 2592000; // The cookie life time. $config->timezone = 'Asia/Shanghai'; // The time zone setting, for more see http://www.php.net/manual/en/timezones.php