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