* change version to 4.0

This commit is contained in:
wangyidong
2013-02-20 05:35:55 +00:00
parent 7cd8dabd22
commit dbb10ba028
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.0.beta2
4.0
+1 -1
View File
@@ -17,7 +17,7 @@ if(!function_exists('getWebRoot')){function getWebRoot(){}}
/* Basic settings. */
$config = new config();
$config->version = '4.0.beta2'; // The version of zentaopms. Don't change it.
$config->version = '4.0'; // The version of zentaopms. Don't change it.
$config->encoding = 'UTF-8'; // The encoding of zentaopms.
$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