We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57a002 commit dd25719Copy full SHA for dd25719
driver/LKM/src/init.c
@@ -81,8 +81,8 @@ module_init(kprobes_init);
81
module_exit(kprobes_exit);
82
83
MODULE_INFO(homepage, "driver");
84
-MODULE_VERSION("1.7.0.4");
+MODULE_VERSION("1.7.0.5");
85
86
MODULE_LICENSE("GPL");
87
MODULE_AUTHOR("Will Chen <chenyue.will@bytedance.com>;Ping Shen <shenping.matt@bytedance.com>");
88
-MODULE_DESCRIPTION("Elkied Driver is the core component of Elkeid HIDS project");
+MODULE_DESCRIPTION("Elkied Driver is the core component of Elkeid HIDS project");
0 commit comments