From 2961fad8a36b22ba5ff763fdb0d277a2a725c415 Mon Sep 17 00:00:00 2001 From: "gavin.chen" <39590943+chen-honggang@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:41:53 +0800 Subject: [PATCH] fixed problem that crc64_little maybe infinit loop (#41) * fixed problem that crc64_little maybe infinit loop * update version to 5.0.15 Co-authored-by: gavinhgchen --- cos_c_sdk/cos_sys_define.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cos_c_sdk/cos_sys_define.h b/cos_c_sdk/cos_sys_define.h index 6e88bb3..59d5e0c 100644 --- a/cos_c_sdk/cos_sys_define.h +++ b/cos_c_sdk/cos_sys_define.h @@ -8,6 +8,7 @@ #include #include +#include #include #include #include @@ -131,7 +132,7 @@ typedef apr_array_header_t cos_array_header_t; #define CR (char) 13 #define CRLF "\x0d\x0a" -#define COS_VERSION "5.0.14" +#define COS_VERSION "5.0.15" #define COS_VER "cos-sdk-c/" COS_VERSION #define COS_HTTP_PREFIX "http://"