From 81e8d32bdce1118cc1a95665bf6ecbdc33791672 Mon Sep 17 00:00:00 2001 From: zhengshuxin Date: Fri, 20 Oct 2023 18:02:47 +0800 Subject: [PATCH] Release 3.6.1-6 version. --- Makefile | 2 +- lib_acl/src/init/acl_init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07fe2b5ec..0692e7985 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ endif ############################################################################## .PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one -VERSION = 3.6.1-5 +VERSION = 3.6.1-6 default: build_one acl_master help h: diff --git a/lib_acl/src/init/acl_init.c b/lib_acl/src/init/acl_init.c index 15f2be879..7b8457302 100644 --- a/lib_acl/src/init/acl_init.c +++ b/lib_acl/src/init/acl_init.c @@ -25,7 +25,7 @@ #include "init.h" -static char *version = "3.6.1-5 20230816-17:13"; +static char *version = "3.6.1-6 20231020-17:46"; const char *acl_version(void) {