From 38f8006443f8790767c1d4c30fb6f87df357f16e Mon Sep 17 00:00:00 2001 From: ShirkNeko <2773800761@qq.com> Date: Sat, 22 Mar 2025 18:48:06 +0800 Subject: [PATCH] kernel: update KSU version to 12522 --- kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 7ae7ffa0..34023be4 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -44,7 +44,7 @@ endif obj-$(CONFIG_KSU) += kernelsu.o -KSU_MANUAL_VERSION := 12521 +KSU_MANUAL_VERSION := 12522 ifeq ($(strip $(KSU_MANUAL_VERSION)),) ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0) @@ -57,7 +57,7 @@ ifeq ($(strip $(KSU_MANUAL_VERSION)),) else # .git is a text file while the module is imported by 'git submodule add'. $(warning "KSU_GIT_VERSION not defined! Using default version.") - KSU_VERSION := 12521 + KSU_VERSION := 12522 $(info -- KernelSU version (Default): $(KSU_VERSION)) ccflags-y += -DKSU_VERSION=$(KSU_VERSION) endif