Skip to content

Commit bdfffd7

Browse files
rpardiniigorpecovnik
authored andcommitted
mainline-kernel: bump from v6.11-rc4 to v6.11-rc7
1 parent 79ba487 commit bdfffd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.11" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11-
declare -g KERNELBRANCH="tag:v6.11-rc4"
11+
declare -g KERNELBRANCH="tag:v6.11-rc7"
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)