* change version.

This commit is contained in:
wyd621
2014-03-20 02:45:33 +00:00
parent 3445055125
commit 49c4ec879e
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
5.2.1
5.3

View File

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