Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ithewei committed Mar 5, 2022
1 parent d403683 commit fec88e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.6)

project(hv VERSION 1.2.4)
project(hv VERSION 1.2.5)

option(BUILD_SHARED "build shared library" ON)
option(BUILD_STATIC "build static library" ON)
Expand Down
1 change: 1 addition & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ ab -c 100 -n 100000 http://127.0.0.1:8080/
## 📚 中文资料

- **libhv QQ群**: `739352073`,欢迎加群交流
- **libhv 源码剖析**: <https://hewei.blog.csdn.net/article/details/123295998>
- **libhv 教程**: <https://hewei.blog.csdn.net/article/details/113733758>
- [libhv教程01--介绍与体验](https://hewei.blog.csdn.net/article/details/113702536)
- [libhv教程02--编译与安装](https://hewei.blog.csdn.net/article/details/113704737)
Expand Down
2 changes: 1 addition & 1 deletion base/hversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BEGIN_EXTERN_C

#define HV_VERSION_MAJOR 1
#define HV_VERSION_MINOR 2
#define HV_VERSION_PATCH 4
#define HV_VERSION_PATCH 5

#define HV_VERSION_STRING STRINGIFY(HV_VERSION_MAJOR) "." \
STRINGIFY(HV_VERSION_MINOR) "." \
Expand Down

0 comments on commit fec88e0

Please sign in to comment.