Skip to content

Commit

Permalink
20180818
Browse files Browse the repository at this point in the history
  • Loading branch information
ldcsaa committed Aug 18, 2021
1 parent 36bc480 commit f32982a
Show file tree
Hide file tree
Showing 58 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Linux/include/hpsocket/HPTypeDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define HP_VERSION_MAJOR 5 // 主版本号
#define HP_VERSION_MINOR 8 // 子版本号
#define HP_VERSION_REVISE 5 // 修正版本号
#define HP_VERSION_BUILD 1 // 构建编号
#define HP_VERSION_BUILD 2 // 构建编号

//#define _UDP_DISABLED // 禁用 UDP
//#define _SSL_DISABLED // 禁用 SSL
Expand Down
2 changes: 1 addition & 1 deletion Linux/project/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<VER_MAJOR>5</VER_MAJOR>
<VER_MINOR>8</VER_MINOR>
<VER_REVISE>5</VER_REVISE>
<VER_BUILD>1</VER_BUILD>
<VER_BUILD>2</VER_BUILD>
<ArmDeptToCopyRemotely>..\..\dependent\arm\include\brotli\decode.h:=$(RemoteRootDir)/dependent/arm/include/brotli/decode.h;..\..\dependent\arm\include\brotli\encode.h:=$(RemoteRootDir)/dependent/arm/include/brotli/encode.h;..\..\dependent\arm\include\brotli\port.h:=$(RemoteRootDir)/dependent/arm/include/brotli/port.h;..\..\dependent\arm\include\brotli\types.h:=$(RemoteRootDir)/dependent/arm/include/brotli/types.h;..\..\dependent\arm\lib\libbrotli.a:=$(RemoteRootDir)/dependent/arm/lib/libbrotli.a;..\..\dependent\arm\lib\libjemalloc_pic.a:=$(RemoteRootDir)/dependent/arm/lib/libjemalloc_pic.a;..\..\dependent\arm\lib\libmimalloc.a:=$(RemoteRootDir)/dependent/arm/lib/libmimalloc.a</ArmDeptToCopyRemotely>
<Arm64DeptToCopyRemotely>..\..\dependent\arm64\include\brotli\decode.h:=$(RemoteRootDir)/dependent/arm64/include/brotli/decode.h;..\..\dependent\arm64\include\brotli\encode.h:=$(RemoteRootDir)/dependent/arm64/include/brotli/encode.h;..\..\dependent\arm64\include\brotli\port.h:=$(RemoteRootDir)/dependent/arm64/include/brotli/port.h;..\..\dependent\arm64\include\brotli\types.h:=$(RemoteRootDir)/dependent/arm64/include/brotli/types.h;..\..\dependent\arm64\lib\libbrotli.a:=$(RemoteRootDir)/dependent/arm64/lib/libbrotli.a;..\..\dependent\arm64\lib\libjemalloc_pic.a:=$(RemoteRootDir)/dependent/arm64/lib/libjemalloc_pic.a;..\..\dependent\arm64\lib\libmimalloc.a:=$(RemoteRootDir)/dependent/arm64/lib/libmimalloc.a</Arm64DeptToCopyRemotely>
<ArmScriptToCopyRemotely>..\..\script\clean.sh:=$(RemoteRootDir)/script/clean.sh;..\..\script\cp-dependent.sh:=$(RemoteRootDir)/script/cp-dependent.sh;..\..\script\cp-include.sh:=$(RemoteRootDir)/script/cp-include.sh;..\..\script\env.sh:=$(RemoteRootDir)/script/env.sh;..\..\script\post-link.sh:=$(RemoteRootDir)/script/post-link.sh;..\..\script\pre-link.sh:=$(RemoteRootDir)/script/pre-link.sh;..\..\compile.sh:=$(RemoteRootDir)/compile.sh;..\..\install.sh:=$(RemoteRootDir)/install.sh</ArmScriptToCopyRemotely>
Expand Down
Binary file modified Windows/Demo/HttpProxy/Server-1/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/HttpProxy/Server-2/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-4C/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-4C/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-ARQ-PFM/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-ARQ-PFM/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-ARQ/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-ARQ/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Agent/Agent-4C/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Agent/Agent-PFM/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Agent/Agent-Pull/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Http-4C/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Http-4C/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Http-4C/SyncClient/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Http/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Http/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Http/SyncClient/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-PFM/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-PFM/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Pack/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Pack/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Pull/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-Pull/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-SSL-4C/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-SSL-4C/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-SSL-PFM/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-SSL-PFM/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-SSL-Pack/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-SSL-Pack/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-SSL/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-SSL/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-UDP-PFM/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-UDP-PFM/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-UDP/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho-UDP/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho/Client/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestEcho/Server/Server.rc
Binary file not shown.
Binary file modified Windows/Demo/TestUDPCast/Member/Client.rc
Binary file not shown.
Binary file modified Windows/Demo/TestUDPNode/Node/Node.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion Windows/Include/HPSocket/HPTypeDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define HP_VERSION_MAJOR 5 // 主版本号
#define HP_VERSION_MINOR 8 // 子版本号
#define HP_VERSION_REVISE 5 // 修正版本号
#define HP_VERSION_BUILD 1 // 构建编号
#define HP_VERSION_BUILD 2 // 构建编号

//#define _UDP_DISABLED // 禁用 UDP
//#define _SSL_DISABLED // 禁用 SSL
Expand Down
Binary file modified Windows/Project/HPSocketDLL-2010/HPSocketDLL.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketDLL-2015/HPSocketDLL.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketDLL-2017/HPSocketDLL.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketDLL-2019/HPSocketDLL.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketDLL4C-2010/HPSocketDLL4C.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketDLL4C-2015/HPSocketDLL4C.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketDLL4C-2017/HPSocketDLL4C.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketDLL4C-2019/HPSocketDLL4C.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketLIB-2010/HPSocketLIB.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketLIB-2015/HPSocketLIB.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketLIB-2017/HPSocketLIB.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketLIB-2019/HPSocketLIB.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketLIB4C-2010/HPSocketLIB4C.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketLIB4C-2015/HPSocketLIB4C.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketLIB4C-2017/HPSocketLIB4C.rc
Binary file not shown.
Binary file modified Windows/Project/HPSocketLIB4C-2019/HPSocketLIB4C.rc
Binary file not shown.

0 comments on commit f32982a

Please sign in to comment.