* change version to 5.0.beta1.

This commit is contained in:
wyd621
2013-08-09 10:37:44 +08:00
parent 3caa3e985a
commit 05d96ab74a
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
5.0.beta
5.0.beta1
+1 -1
View File
@@ -17,7 +17,7 @@ if(!function_exists('getWebRoot')){function getWebRoot(){}}
/* Basic settings. */
$config = new config();
$config->version = '5.0.beta'; // The version of zentaopms. Don't change it.
$config->version = '5.0.beta1'; // 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
+5 -5
View File
@@ -934,8 +934,8 @@ $lang->changelog['4.3.beta'][] = 'sso-delete';
$lang->changelog['4.3.beta'][] = 'api-debug';
$lang->changelog['4.3.beta'][] = 'action-editComment';
$lang->changelog['5.0.beta'][] = 'bug-batchConfirm';
$lang->changelog['5.0.beta'][] = 'bug-batchResolve';
$lang->changelog['5.0.beta'][] = 'custom-index';
$lang->changelog['5.0.beta'][] = 'custom-set';
$lang->changelog['5.0.beta'][] = 'custom-restore';
$lang->changelog['5.0.beta1'][] = 'bug-batchConfirm';
$lang->changelog['5.0.beta1'][] = 'bug-batchResolve';
$lang->changelog['5.0.beta1'][] = 'custom-index';
$lang->changelog['5.0.beta1'][] = 'custom-set';
$lang->changelog['5.0.beta1'][] = 'custom-restore';