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