Skip to content

Commit

Permalink
acl_3.3.0 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Apr 22, 2017
1 parent 1028411 commit 0d0bfa4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
�޸���ʷ�б���
------------------------------------------------------------------------
107) 2017.4.22 --- acl 3.2.0 �汾������
106) 2017.3.30
106.1) compile: ��������ͷ�ļ��к궨�壬������ͬ�ı��뷽ʽ

Expand Down
2 changes: 1 addition & 1 deletion lib_acl/src/init/acl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 2 additions & 0 deletions lib_fiber/changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

------------------------------------------------------------------------------

47) 2017.4.13
47.1) feature: hook_net.c �������� getaddrinfo ��֧��

Expand Down

0 comments on commit 0d0bfa4

Please sign in to comment.