parent
eb73b637a9
commit
8c5dab0991
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf8 -*-
|
# -*- coding: utf8 -*-
|
||||||
VER_TP_SERVER = "3.0.1.6"
|
VER_TP_SERVER = "3.0.1.6"
|
||||||
VER_TP_ASSIST = "3.0.0.5"
|
VER_TP_ASSIST = "3.0.1.6"
|
||||||
|
|
|
@ -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.0.0.5"
|
#define TP_ASSIST_VER L"3.0.1.6"
|
||||||
|
|
||||||
#endif // __TS_ASSIST_VER_H__
|
#endif // __TS_ASSIST_VER_H__
|
||||||
|
|
|
@ -17,11 +17,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>3.0.0.5</string>
|
<string>3.0.1.6</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3.0.0.5</string>
|
<string>3.0.1.6</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>
|
||||||
|
|
Binary file not shown.
|
@ -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.0.0.5"
|
#define TP_ASSIST_VER L"3.0.1.6"
|
||||||
|
|
||||||
#endif // __TS_ASSIST_VER_H__
|
#endif // __TS_ASSIST_VER_H__
|
||||||
|
|
Binary file not shown.
|
@ -16,4 +16,4 @@ Build : 构建号。构建号用于表明此版本发布之前进行了多少
|
||||||
TP_SERVER 3.0.1.6 # 整个服务端打包的版本
|
TP_SERVER 3.0.1.6 # 整个服务端打包的版本
|
||||||
TP_TPCORE 3.0.1.6 # 核心服务 tp_core 的版本
|
TP_TPCORE 3.0.1.6 # 核心服务 tp_core 的版本
|
||||||
TP_TPWEB 3.0.0.1 # web服务 tp_web 的版本(一般除非升级Python,否则不会变化)
|
TP_TPWEB 3.0.0.1 # web服务 tp_web 的版本(一般除非升级Python,否则不会变化)
|
||||||
TP_ASSIST 3.0.0.5 # 助手版本
|
TP_ASSIST 3.0.1.6 # 助手版本
|
||||||
|
|
Loading…
Reference in New Issue