Skip to content

Commit

Permalink
archive driver 1.7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
张佳程 committed Dec 4, 2022
1 parent 3e87af3 commit 3e61075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Elkeid_driver_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Elkeid_driver
on:
push:
branches:
- main
- main_driver_compile
- archive_driver_1.7.0.8
schedule:
- cron : 0 3 1 * *
- cron : 0 3 * 6
jobs:
build_aliyun_linux2_x86_64:
runs-on: ubuntu-latest
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 @@ -81,7 +81,7 @@ module_init(kprobes_init);
module_exit(kprobes_exit);

MODULE_INFO(homepage, "driver");
MODULE_VERSION("1.7.0.9");
MODULE_VERSION("1.7.0.8");

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Will Chen <[email protected]>;Ping Shen <[email protected]>");
Expand Down

0 comments on commit 3e61075

Please sign in to comment.