diff --git a/VERSION b/VERSION index f98af0f3aa..1d8ab01c0d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.stable +4.2.beta diff --git a/config/config.php b/config/config.php index 6db9131478..038f8d5656 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.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