mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
release acl 3.5.0-12 version
This commit is contained in:
parent
5e6457bdd2
commit
8116419635
2
Makefile
2
Makefile
@ -78,7 +78,7 @@ endif
|
||||
##############################################################################
|
||||
|
||||
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
|
||||
VERSION = 3.5.0
|
||||
VERSION = 3.5.0-12
|
||||
|
||||
default: build_one acl_master
|
||||
help h:
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "init.h"
|
||||
|
||||
static char *version = "3.5.0 20190309";
|
||||
static char *version = "3.5.0-12 20200109";
|
||||
|
||||
const char *acl_version(void)
|
||||
{
|
||||
|
@ -187,7 +187,7 @@ HTTP_HDR_REQ *http_hdr_req_create(const char *url,
|
||||
char proto[32];
|
||||
const char *ptr;
|
||||
static char *__user_agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0"
|
||||
"; zh-CN; rv:1.9.0.3) Gecko/2008092417 ACL/3.0.6";
|
||||
"; zh-CN; rv:1.9.0.3) Gecko/2008092417 ACL/3.5.0-12";
|
||||
|
||||
if (url == NULL || *url == 0) {
|
||||
acl_msg_error("%s(%d): url invalid", myname, __LINE__);
|
||||
|
Loading…
Reference in New Issue
Block a user