* change version to 4.2.beta.

This commit is contained in:
wangyidong
2013-07-08 02:41:22 +00:00
parent 919378dc3c
commit 0953f39e18
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
4.1.stable
4.2.beta

View File

@@ -17,7 +17,7 @@ if(!function_exists('getWebRoot')){function getWebRoot(){}}
/* Basic settings. */
$config = new config();
$config->version = '4.1'; // The version of zentaopms. Don't change it.
$config->version = '4.2.beta'; // The version of zentaopms. Don't change it.
$config->charset = 'UTF-8'; // The charset 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