Skip to content

Commit

Permalink
update changelist & cmakelist & version :v2.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Dec 4, 2021
1 parent 0b5f699 commit 47c7780
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ add_subdirectory(tarscpp)

set(major "2")
set(minor "4")
set(patch "16")
set(patch "17")
#get_version(major minor patch)
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
Expand Down
12 changes: 12 additions & 0 deletions Changelist.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.4.17 2021.12.04

### en

- update dockerfile node upgrade to 16.13.0
- fix tarsnode use old config for tars framework server

### cn

- 升级 dockerfile, 框架的 dockerfile 升级到 16.13.0
- 修复 tarsnode, 对于 tars 框架服务, 使用老的配置, 从而保证 local 端口不变

## v2.4.16 2021.11.16

### en
Expand Down
2 changes: 1 addition & 1 deletion tarscpp
Submodule tarscpp updated 287 files

0 comments on commit 47c7780

Please sign in to comment.