Skip to content

Commit 8116419

Browse files
author
zhengshuxin
committed
release acl 3.5.0-12 version
1 parent 5e6457b commit 8116419

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif
7878
##############################################################################
7979

8080
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
81-
VERSION = 3.5.0
81+
VERSION = 3.5.0-12
8282

8383
default: build_one acl_master
8484
help h:

lib_acl/src/init/acl_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "init.h"
2626

27-
static char *version = "3.5.0 20190309";
27+
static char *version = "3.5.0-12 20200109";
2828

2929
const char *acl_version(void)
3030
{

lib_protocol/src/http/http_hdr_req.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ HTTP_HDR_REQ *http_hdr_req_create(const char *url,
187187
char proto[32];
188188
const char *ptr;
189189
static char *__user_agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0"
190-
"; zh-CN; rv:1.9.0.3) Gecko/2008092417 ACL/3.0.6";
190+
"; zh-CN; rv:1.9.0.3) Gecko/2008092417 ACL/3.5.0-12";
191191

192192
if (url == NULL || *url == 0) {
193193
acl_msg_error("%s(%d): url invalid", myname, __LINE__);

0 commit comments

Comments
 (0)