kernel: bump version to 10

This commit is contained in:
weishu
2023-01-24 19:49:08 +07:00
parent a387fc601a
commit 7edf478901

View File

@@ -5,7 +5,7 @@
#include <linux/uidgid.h>
#include <linux/workqueue.h>
#define KERNEL_SU_VERSION 9
#define KERNEL_SU_VERSION 10
#define KERNEL_SU_OPTION 0xDEADBEEF
@@ -55,4 +55,4 @@ int ksu_handle_prctl(int option, unsigned long arg2, unsigned long arg3,
int ksu_handle_rename(struct dentry *old_dentry, struct dentry *new_dentry);
#endif
#endif