diff --git a/VERSION b/VERSION index 30b4accb6f..5186d07068 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.beta2 +4.0 diff --git a/config/config.php b/config/config.php index ac29b99859..1b26a39b8b 100644 --- a/config/config.php +++ b/config/config.php @@ -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