mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 19:37:45 +08:00
acl_3.3.0 released!
This commit is contained in:
parent
10284115f1
commit
0d0bfa47e7
2
Makefile
2
Makefile
@ -81,7 +81,7 @@ endif
|
||||
##############################################################################
|
||||
|
||||
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_bin build_src build_one
|
||||
VERSION = 3.2.2_2
|
||||
VERSION = 3.3.0
|
||||
|
||||
help:
|
||||
@(echo "usage: make help|all|all_lib|all_samples|clean|install|uninstall|uninstall_all|build_bin|build_src|build_one")
|
||||
|
@ -1,5 +1,6 @@
|
||||
修改历史列表:
|
||||
------------------------------------------------------------------------
|
||||
107) 2017.4.22 --- acl 3.2.0 版本发布!
|
||||
106) 2017.3.30
|
||||
106.1) compile: 重新整理头文件中宏定义,以区别不同的编译方式
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "init.h"
|
||||
|
||||
static char *version = "acl_3.2.2_2";
|
||||
static char *version = "acl_3.3.0";
|
||||
|
||||
const char *acl_version(void)
|
||||
{
|
||||
|
@ -1,4 +1,6 @@
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
47) 2017.4.13
|
||||
47.1) feature: hook_net.c 中新增对 getaddrinfo 的支持
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user