Skip to content

Commit fe8b540

Browse files
Your Nameigorpecovnik
authored andcommitted
rockchip64: bump edge to rc5
1 parent b9de240 commit fe8b540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sources/mainline-kernel.conf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
function mainline_kernel_decide_version__upstream_release_candidate_number() {
99
[[ -n "${KERNELBRANCH}" ]] && return 0 # if already set, don't touch it; that way other hooks can run in any order
1010
if [[ "${KERNEL_MAJOR_MINOR}" == "6.18" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11-
declare -g KERNELBRANCH="tag:v6.18-rc4"
11+
declare -g KERNELBRANCH="tag:v6.18-rc5"
1212
display_alert "mainline-kernel: upstream release candidate" "Using KERNELBRANCH='${KERNELBRANCH}' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR}'" "info"
1313
fi
1414
}

0 commit comments

Comments
 (0)