v3.0.1.6-beta release.

pull/105/head v3.0.1.6-beta
Apex Liu 2018-05-05 11:30:10 +08:00
parent eb73b637a9
commit 8c5dab0991
7 changed files with 16 additions and 16 deletions

View File

@ -1,3 +1,3 @@
# -*- coding: utf8 -*-
VER_TP_SERVER = "3.0.1.6"
VER_TP_ASSIST = "3.0.0.5"
VER_TP_ASSIST = "3.0.1.6"

View File

@ -1,6 +1,6 @@
#ifndef __TS_ASSIST_VER_H__
#define __TS_ASSIST_VER_H__
#define TP_ASSIST_VER L"3.0.0.5"
#endif // __TS_ASSIST_VER_H__
#ifndef __TS_ASSIST_VER_H__
#define __TS_ASSIST_VER_H__
#define TP_ASSIST_VER L"3.0.1.6"
#endif // __TS_ASSIST_VER_H__

View File

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

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.0.0.5"
#endif // __TS_ASSIST_VER_H__
#ifndef __TS_ASSIST_VER_H__
#define __TS_ASSIST_VER_H__
#define TP_ASSIST_VER L"3.0.1.6"
#endif // __TS_ASSIST_VER_H__

Binary file not shown.

View File

@ -16,4 +16,4 @@ Build 构建号。构建号用于表明此版本发布之前进行了多少
TP_SERVER 3.0.1.6 # 整个服务端打包的版本
TP_TPCORE 3.0.1.6 # 核心服务 tp_core 的版本
TP_TPWEB 3.0.0.1 # web服务 tp_web 的版本一般除非升级Python否则不会变化
TP_ASSIST 3.0.0.5 # 助手版本
TP_ASSIST 3.0.1.6 # 助手版本