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 */