Skip to content

Commit 17bd28d

Browse files
authored
Update Makefile
1 parent 08fc1be commit 17bd28d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ endif
4444

4545
obj-$(CONFIG_KSU) += kernelsu.o
4646

47-
KSU_MANUAL_VERSION := 12528
47+
KSU_MANUAL_VERSION := 12530
4848

4949
ifeq ($(strip $(KSU_MANUAL_VERSION)),)
5050
ifeq ($(shell test -e $(srctree)/$(src)/../.git; echo $$?),0)
@@ -57,7 +57,7 @@ ifeq ($(strip $(KSU_MANUAL_VERSION)),)
5757
else
5858
# .git is a text file while the module is imported by 'git submodule add'.
5959
$(warning "KSU_GIT_VERSION not defined! Using default version.")
60-
KSU_VERSION := 12528
60+
KSU_VERSION := 12530
6161
$(info -- KernelSU version (Default): $(KSU_VERSION))
6262
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
6363
endif

0 commit comments

Comments
 (0)