kernel: mainline: Bump v6.12-rc4 to v6.12-rc7

This commit is contained in:
Ricardo Pardini
2024-11-12 00:12:08 +01:00
committed by Jianfeng Liu
parent 006b616478
commit e82f3c8d74

View File

@@ -8,7 +8,7 @@
function mainline_kernel_decide_version__upstream_release_candidate_number() {
[[ -n "${KERNELBRANCH}" ]] && return 0 # if already set, don't touch it; that way other hooks can run in any order
if [[ "${KERNEL_MAJOR_MINOR}" == "6.12" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
declare -g KERNELBRANCH="tag:v6.12-rc4"
declare -g KERNELBRANCH="tag:v6.12-rc7"
display_alert "mainline-kernel: upstream release candidate" "Using KERNELBRANCH='${KERNELBRANCH}' for KERNEL_MAJOR_MINOR='${KERNEL_MAJOR_MINOR}'" "info"
fi
}