准备发布3.5.6

dev
Apex Liu 2020-06-16 00:58:58 +08:00
parent dd69dc8ab7
commit 69f5374478
8 changed files with 9 additions and 9 deletions

View File

@ -1,3 +1,3 @@
# -*- coding: utf8 -*-
VER_TP_SERVER = "3.5.5"
VER_TP_ASSIST = "3.5.5"
VER_TP_SERVER = "3.5.6"
VER_TP_ASSIST = "3.5.6"

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.5.5</string>
<string>3.5.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.5.5</string>
<string>3.5.6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>

View File

@ -1,6 +1,6 @@
#ifndef __TS_ASSIST_VER_H__
#define __TS_ASSIST_VER_H__
#define TP_ASSIST_VER L"3.5.5"
#define TP_ASSIST_VER L"3.5.6"
#endif // __TS_ASSIST_VER_H__

Binary file not shown.

View File

@ -1,6 +1,6 @@
#ifndef __TS_ASSIST_VER_H__
#define __TS_ASSIST_VER_H__
#define TP_ASSIST_VER L"3.5.5"
#define TP_ASSIST_VER L"3.5.6"
#endif // __TS_ASSIST_VER_H__

Binary file not shown.

View File

@ -1,3 +1,3 @@
# -*- coding: utf8 -*-
TP_SERVER_VER = "3.5.5"
TP_SERVER_VER = "3.5.6"
TP_ASSIST_REQUIRE_VER = "3.5.5"

View File

@ -10,8 +10,8 @@ Minor: 次版本号。如果两个程序集的名称和主版本号相同,而
Revision: 修订号。主版本号和次版本号都相同但修订号不同的程序集应是完全可互换的。
这适用于修复以前发布的程序集中的错误或安全漏洞。
TP_SERVER 3.5.5 # 整个服务端打包的版本
TP_SERVER 3.5.6 # 整个服务端打包的版本
TP_TPCORE 3.5.5 # 核心服务 tp_core 的版本
TP_TPWEB 3.1.0 # web服务 tp_web 的版本一般除非升级Python否则不会变化
TP_ASSIST 3.5.5 # 助手版本
TP_ASSIST 3.5.6 # 助手版本
TP_ASSIST_REQUIRE 3.5.5 # 适配的助手最低版本