Skip to content

Commit

Permalink
acl 3.1.4.4 release, fixed some urgent bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu14 committed Jan 17, 2016
1 parent 3f74c26 commit e9196db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ endif
##############################################################################

.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_bin build_src build_one
VERSION = 3.1.4.3
VERSION = 3.1.4.4

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 @@
�޸���ʷ�б���
------------------------------------------------------------------------
94) 2016.1.17 --- acl 3.1.4.4 �汾������(�޸��˼������� BUG)
93) 2015.12.29 --- acl 3.1.4.3 �汾������(�޸��˼������� BUG)
92) 2015.12.21 --- acl 3.1.4.2 �汾������(�޸���һ������ BUG)
91) 2015.12.21 --- acl 3.1.4.1 �汾������(�޸��˼������� BUG)
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.1.4.3";
static char *version = "acl_3.1.4.4";

const char *acl_version(void)
{
Expand Down

0 comments on commit e9196db

Please sign in to comment.