From fdc2a8235ccbf601c10b299efb08828b8323d32f Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 22 Apr 2011 02:42:23 +0000 Subject: [PATCH] * upgrade the version. --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index b5dc47619b..b89b4eecd1 100644 --- a/config/config.php +++ b/config/config.php @@ -12,7 +12,7 @@ * @link http://www.zentao.net */ /* Basic settings. */ -$config->version = '1.5'; // The version of zentaopms. Don't change it. +$config->version = '2.0'; // 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