From 6ee2e85be5fc92c91253d357d88c66ce151a1bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A8=B1=E6=AA=A9=E6=AE=87=E9=9B=AA?= <109797057+ShirkNeko@users.noreply.github.com> Date: Mon, 17 Mar 2025 03:01:39 +0800 Subject: [PATCH] Update Makefile --- kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index d85d7c90..0f0982a2 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -45,7 +45,7 @@ endif obj-$(CONFIG_KSU) += kernelsu.o -KSU_MANUAL_VERSION := 12500 +KSU_MANUAL_VERSION := 12501 ifeq ($(strip $(KSU_MANUAL_VERSION)),) ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0) @@ -58,7 +58,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 := 12500 + KSU_VERSION := 12501 $(info -- KernelSU version (Default): $(KSU_VERSION)) ccflags-y += -DKSU_VERSION=$(KSU_VERSION) endif