File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.6)
22
3- project (hv VERSION 1.2.4 )
3+ project (hv VERSION 1.2.5 )
44
55option (BUILD_SHARED "build shared library" ON )
66option (BUILD_STATIC "build static library" ON )
Original file line number Diff line number Diff line change @@ -476,6 +476,7 @@ ab -c 100 -n 100000 http://127.0.0.1:8080/
476476## 📚 中文资料
477477
478478- ** libhv QQ群** : ` 739352073 ` ,欢迎加群交流
479+ - ** libhv 源码剖析** : < https://hewei.blog.csdn.net/article/details/123295998 >
479480- ** libhv 教程** : < https://hewei.blog.csdn.net/article/details/113733758 >
480481- [ libhv教程01--介绍与体验] ( https://hewei.blog.csdn.net/article/details/113702536 )
481482- [ libhv教程02--编译与安装] ( https://hewei.blog.csdn.net/article/details/113704737 )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ BEGIN_EXTERN_C
88
99#define HV_VERSION_MAJOR 1
1010#define HV_VERSION_MINOR 2
11- #define HV_VERSION_PATCH 4
11+ #define HV_VERSION_PATCH 5
1212
1313#define HV_VERSION_STRING STRINGIFY(HV_VERSION_MAJOR) "." \
1414 STRINGIFY(HV_VERSION_MINOR) "." \
You can’t perform that action at this time.
0 commit comments