From 9d2d722192affe611c19337477fa856b7466c3b5 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 6 Aug 2015 10:44:43 +0800 Subject: [PATCH] * change for upgrade. --- VERSION | 2 +- config/config.php | 2 +- module/upgrade/lang/en.php | 1 + module/upgrade/lang/zh-cn.php | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) 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';