Skip to content

Commit

Permalink
fixed problem that crc64_little maybe infinit loop (#41)
Browse files Browse the repository at this point in the history
* fixed problem that crc64_little maybe infinit loop

* update version to 5.0.15

Co-authored-by: gavinhgchen <[email protected]>
  • Loading branch information
chen-honggang and gavinhgchen authored Sep 9, 2022
1 parent 4c7e9d1 commit 2961fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cos_c_sdk/cos_sys_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <ctype.h>
#include <time.h>

#include <apr_portable.h>
#include <apr_time.h>
#include <apr_strings.h>
#include <apr_pools.h>
Expand Down Expand Up @@ -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://"
Expand Down

0 comments on commit 2961fad

Please sign in to comment.