更新 KSU 手动版本号至 12596

This commit is contained in:
ShirkNeko
2025-03-30 03:05:00 +08:00
parent 743ddce9f7
commit 561d086105

View File

@@ -46,7 +46,7 @@ endif
obj-$(CONFIG_KSU) += kernelsu.o
KSU_MANUAL_VERSION := 12570
KSU_MANUAL_VERSION := 12596
ifeq ($(strip $(KSU_MANUAL_VERSION)),)
ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)
@@ -59,7 +59,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 := 12570
KSU_VERSION := 12596
$(info -- KernelSU version (Default): $(KSU_VERSION))
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
endif