From 4282d191da74239f89fb6d3f4d20c604f03daeda Mon Sep 17 00:00:00 2001 From: "shenping.matt" Date: Fri, 12 Jan 2024 16:54:32 +0800 Subject: [PATCH] Version updated to 1.9.0.4 Signed-off-by: shenping.matt --- driver/LKM/include/kprobe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/LKM/include/kprobe.h b/driver/LKM/include/kprobe.h index ec94aa8f6..71109379b 100644 --- a/driver/LKM/include/kprobe.h +++ b/driver/LKM/include/kprobe.h @@ -29,6 +29,6 @@ extern const struct kprobe_initcall KPROBE_CALL(filter); extern const struct kprobe_initcall KPROBE_CALL(anti_rootkit); extern const struct kprobe_initcall KPROBE_CALL(kprobe_hook); -#define SMITH_VERSION "1.9.0.3" +#define SMITH_VERSION "1.9.0.4" #endif /* __KPROBE_TEMPLATE_H */