We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812dd89 commit 81e8d32Copy full SHA for 81e8d32
Makefile
@@ -111,7 +111,7 @@ endif
111
##############################################################################
112
113
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
114
-VERSION = 3.6.1-5
+VERSION = 3.6.1-6
115
116
default: build_one acl_master
117
help h:
lib_acl/src/init/acl_init.c
@@ -25,7 +25,7 @@
25
26
#include "init.h"
27
28
-static char *version = "3.6.1-5 20230816-17:13";
+static char *version = "3.6.1-6 20231020-17:46";
29
30
const char *acl_version(void)
31
{
0 commit comments