From 8ada7757ea2e3ac0e3066c0a4894276abc982b81 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:14:20 +0800 Subject: [PATCH] Update Makefile --- kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index ad71b24b..73fa65dc 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -56,7 +56,7 @@ $(info -- SukiSU version: $(KSU_VERSION)) ccflags-y += -DKSU_VERSION=$(KSU_VERSION) else # If there is no .git file, the default version will be passed. $(warning "KSU_GIT_VERSION not defined! It is better to make SukiSU a git submodule!") -ccflags-y += -DKSU_VERSION=12500 +ccflags-y += -DKSU_VERSION=12800 endif ifndef KSU_EXPECTED_SIZE @@ -224,4 +224,4 @@ else $(info -- You have not integrate susfs in your kernel.) $(info -- Read: https://gitlab.com/simonpunk/susfs4ksu) endif -# Keep a new line here!! Because someone may append config \ No newline at end of file +# Keep a new line here!! Because someone may append config