From 5a6655389e1b8bcb9a1f2dc8a8084ce1dcddf6d5 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Fri, 21 Mar 2025 19:06:05 +0800 Subject: [PATCH] Update Makefile --- kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 384aa7c7..6645df37 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -44,7 +44,7 @@ endif obj-$(CONFIG_KSU) += kernelsu.o -KSU_MANUAL_VERSION := 12518 +KSU_MANUAL_VERSION := 12519 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 := 12518 + KSU_VERSION := 12519 $(info -- KernelSU version (Default): $(KSU_VERSION)) ccflags-y += -DKSU_VERSION=$(KSU_VERSION) endif