acl_3.3.0 released!

This commit is contained in:
zhengshuxin 2017-04-22 19:39:13 +08:00
parent 10284115f1
commit 0d0bfa47e7
4 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,5 +1,6 @@
修改历史列表:
------------------------------------------------------------------------
107) 2017.4.22 --- acl 3.2.0 版本发布!
106) 2017.3.30
106.1) compile: 重新整理头文件中宏定义,以区别不同的编译方式

View File

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

View File

@ -1,4 +1,6 @@
------------------------------------------------------------------------------
47) 2017.4.13
47.1) feature: hook_net.c 中新增对 getaddrinfo 的支持