From 1d55c987a6a1430c8f49890f77cc513ca5260bce Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 24 Jan 2023 19:49:08 +0700 Subject: [PATCH] kernel: bump version to 10 --- kernel/ksu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/ksu.h b/kernel/ksu.h index dcc057c0..b472a110 100644 --- a/kernel/ksu.h +++ b/kernel/ksu.h @@ -5,7 +5,7 @@ #include #include -#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 \ No newline at end of file +#endif