Skip to content

Commit

Permalink
kernelsu-next: Set version to 12139
Browse files Browse the repository at this point in the history
Signed-off-by: Nahuel Gómez <[email protected]>
  • Loading branch information
Flopster101 committed Jan 3, 2025
1 parent 2d90265 commit 5e84f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/kernelsu/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ $(eval KSU_VERSION=$(shell expr 10000 + $(KSU_GIT_VERSION) + 200))
$(info -- KernelSU-Next 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 KernelSU-Next a git submodule!")
ccflags-y += -DKSU_VERSION=16
$(warning "KSU_GIT_VERSION not defined! It is better to make KernelSU a git submodule!")
ccflags-y += -DKSU_VERSION=12139
endif

ifndef KSU_NEXT_EXPECTED_SIZE
Expand Down

0 comments on commit 5e84f0b

Please sign in to comment.