Skip to content

Commit

Permalink
helpers: Set build number to release version for stable builds
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Lin <danny@kdrag0n.dev>
  • Loading branch information
kdrag0n committed Sep 3, 2019
1 parent 4906b77 commit f29ccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.sh
Expand Up @@ -195,7 +195,7 @@ function rel() {
shift

# Compile kernel
kmake "$@" && \
kmake KBUILD_BUILD_VERSION="$ver" "$@" && \

# Create release package
RELEASE_VER="$ver" mkzip "builds/$kernel_name-$device_name-v$ver.zip"
Expand Down

0 comments on commit f29ccd6

Please sign in to comment.