Skip to content

Commit fec88e0

Browse files
committed
v1.2.5
1 parent d403683 commit fec88e0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.6)
22

3-
project(hv VERSION 1.2.4)
3+
project(hv VERSION 1.2.5)
44

55
option(BUILD_SHARED "build shared library" ON)
66
option(BUILD_STATIC "build static library" ON)

README-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

base/hversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) "." \

0 commit comments

Comments
 (0)