Skip to content

Commit 47c7780

Browse files
committed
update changelist & cmakelist & version :v2.4.17
1 parent 0b5f699 commit 47c7780

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ add_subdirectory(tarscpp)
2020

2121
set(major "2")
2222
set(minor "4")
23-
set(patch "16")
23+
set(patch "17")
2424
#get_version(major minor patch)
2525
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
2626
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")

Changelist.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.4.17 2021.12.04
2+
3+
### en
4+
5+
- update dockerfile node upgrade to 16.13.0
6+
- fix tarsnode use old config for tars framework server
7+
8+
### cn
9+
10+
- 升级 dockerfile, 框架的 dockerfile 升级到 16.13.0
11+
- 修复 tarsnode, 对于 tars 框架服务, 使用老的配置, 从而保证 local 端口不变
12+
113
## v2.4.16 2021.11.16
214

315
### en

tarscpp

Submodule tarscpp updated 287 files

0 commit comments

Comments
 (0)