File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 run : |
2121 sudo apt update
2222 sudo apt install libssl-dev libnghttp2-dev
23- ./configure --with-openssl --with-nghttp2
23+ ./configure --with-openssl --with-nghttp2 --with-kcp --with-mqtt
2424 make libhv evpp
2525
2626 - name : test
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.6 )
22
3- project (hv VERSION 1.3.0 )
3+ project (hv VERSION 1.3.1 )
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 @@ -8,7 +8,7 @@ BEGIN_EXTERN_C
88
99#define HV_VERSION_MAJOR 1
1010#define HV_VERSION_MINOR 3
11- #define HV_VERSION_PATCH 0
11+ #define HV_VERSION_PATCH 1
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