From 653e05f786ecc4f926c3329e31d8d3df3982befe Mon Sep 17 00:00:00 2001 From: zhengshuxin Date: Mon, 11 Apr 2022 22:19:58 +0800 Subject: [PATCH] prepare for releasing 3.5.3-9 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 7be422e70..153639c9f 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endif ############################################################################## .PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one -VERSION = 3.5.3-8 +VERSION = 3.5.3-9 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 aae246a43..5e8e3c39b 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.5.3-8 20220308-20:35"; +static char *version = "3.5.3-9 20220411-22:20"; const char *acl_version(void) {