Skip to content

Commit

Permalink
Version updated to 1.7.0.15
Browse files Browse the repository at this point in the history
Signed-off-by: shenping.matt <shenping.matt@bytedance.com>
  • Loading branch information
shenping-bd committed Nov 21, 2023
1 parent bf91200 commit 3f5dd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver/LKM/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="elkeid-driver"
PACKAGE_VERSION="1.7.0.14"
PACKAGE_VERSION="1.7.0.15"

BUILT_MODULE_NAME[0]="hids_driver"
DEST_MODULE_LOCATION[0]="/kernel/drivers/elkeid"
Expand Down
2 changes: 1 addition & 1 deletion driver/LKM/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static void __exit kprobes_exit(void)
module_init(kprobes_init);
module_exit(kprobes_exit);

MODULE_VERSION("1.7.0.14");
MODULE_VERSION("1.7.0.15");
MODULE_LICENSE("GPL");

MODULE_INFO(homepage, "https://github.com/bytedance/Elkeid/tree/main/driver");
Expand Down

0 comments on commit 3f5dd26

Please sign in to comment.