mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-03 05:22:26 +08:00
update v2.4.8
This commit is contained in:
parent
1dd875c6ce
commit
dfab1cf070
@ -1,4 +1,12 @@
|
||||
|
||||
## v2.4.8 2020.08.05
|
||||
### en
|
||||
- add tarsmerge, can merge mutil tars file to one
|
||||
- fix tars-tools.cmake, support: make xxxx-upload-tars, upload tars to web, for test
|
||||
### cn
|
||||
- 添加 tarsmerge工具, 支持合并多个tars文件到一个
|
||||
- 修改tars-tools.cmake, 支持make xxx-upload-tars, 上传本服务的tars文件到web, 方便自动测试
|
||||
|
||||
## v2.4.7 2020.07.19
|
||||
### en
|
||||
- fix tars-tools.cmake, support ssl link order bug
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
set(TARS_VERSION "2.4.7")
|
||||
set(TARS_VERSION "2.4.8")
|
||||
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
|
||||
|
||||
set(CMAKE_VERBOSE_MAKEFILE off)
|
||||
|
Loading…
Reference in New Issue
Block a user