Skip to content

Commit 81e8d32

Browse files
author
zhengshuxin
committed
Release 3.6.1-6 version.
1 parent 812dd89 commit 81e8d32

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
@@ -111,7 +111,7 @@ endif
111111
##############################################################################
112112

113113
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
114-
VERSION = 3.6.1-5
114+
VERSION = 3.6.1-6
115115

116116
default: build_one acl_master
117117
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.6.1-5 20230816-17:13";
28+
static char *version = "3.6.1-6 20231020-17:46";
2929

3030
const char *acl_version(void)
3131
{

0 commit comments

Comments
 (0)