Skip to content

Commit 653e05f

Browse files
zhengshuxinzhengshuxin
authored andcommitted
prepare for releasing 3.5.3-9 version
1 parent d9f0c8b commit 653e05f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ endif
8282
##############################################################################
8383

8484
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
85-
VERSION = 3.5.3-8
85+
VERSION = 3.5.3-9
8686

8787
default: build_one acl_master
8888
help h:

lib_acl/src/init/acl_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include "init.h"
2727

28-
static char *version = "3.5.3-8 20220308-20:35";
28+
static char *version = "3.5.3-9 20220411-22:20";
2929

3030
const char *acl_version(void)
3131
{

0 commit comments

Comments
 (0)