diff --git a/VERSION b/VERSION index 2bbaead448..8aea167e72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.4 +7.2.5 diff --git a/config/config.php b/config/config.php index 8d6bfd3ef6..5e4101e190 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 = '7.2.4'; // The version of zentaopms. Don't change it. +$config->version = '7.2.5'; // 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 diff --git a/module/upgrade/lang/en.php b/module/upgrade/lang/en.php index abfcc44ed0..3cef17dc38 100644 --- a/module/upgrade/lang/en.php +++ b/module/upgrade/lang/en.php @@ -92,3 +92,4 @@ $lang->upgrade->fromVersions['6_4'] = '6.4'; $lang->upgrade->fromVersions['7_0'] = '7.0'; $lang->upgrade->fromVersions['7_1'] = '7.1'; $lang->upgrade->fromVersions['7_2'] = '7.2'; +$lang->upgrade->fromVersions['7_2_4'] = '7.2.4'; diff --git a/module/upgrade/lang/zh-cn.php b/module/upgrade/lang/zh-cn.php index 84265172a2..b100b724db 100644 --- a/module/upgrade/lang/zh-cn.php +++ b/module/upgrade/lang/zh-cn.php @@ -92,3 +92,4 @@ $lang->upgrade->fromVersions['6_4'] = '6.4'; $lang->upgrade->fromVersions['7_0'] = '7.0'; $lang->upgrade->fromVersions['7_1'] = '7.1'; $lang->upgrade->fromVersions['7_2'] = '7.2'; +$lang->upgrade->fromVersions['7_2_4'] = '7.2.4';