kernel: bump version to 10

This commit is contained in:
weishu
2023-01-24 19:49:08 +07:00
parent e5044b4b6f
commit 1d55c987a6

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