版本升级到3.5.5,准备发布测试版。

pull/236/head
Apex Liu 2020-06-05 00:39:52 +08:00
parent c3ff1169dd
commit 4c53f88c8b
10 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

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

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
#ifndef __TS_SERVER_VER_H__ #ifndef __TS_SERVER_VER_H__
#define __TS_SERVER_VER_H__ #define __TS_SERVER_VER_H__
#define TP_SERVER_VER L"3.5.3" #define TP_SERVER_VER L"3.5.5"
#endif // __TS_SERVER_VER_H__ #endif // __TS_SERVER_VER_H__

View File

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

View File

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