release acl 3.5.0-12 version

This commit is contained in:
zhengshuxin 2020-01-09 10:13:17 +08:00
parent 5e6457bdd2
commit 8116419635
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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)
{

View File

@ -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__);