Skip to content

Commit 4e41a54

Browse files
amazingfateigorpecovnik
authored andcommitted
mainline-kernel: bump 6.16 to released and add future release v6.17-rc1
1 parent 222fa18 commit 4e41a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/sources/mainline-kernel.conf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Shared versioning logic for Armbian mainline kernels.
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
10-
if [[ "${KERNEL_MAJOR_MINOR}" == "6.16" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11-
declare -g KERNELBRANCH="tag:v6.16-rc7"
10+
if [[ "${KERNEL_MAJOR_MINOR}" == "6.17" ]]; then # @TODO: roll over to next MAJOR.MINOR and MAJOR.MINOR-rc1 when it is released
11+
declare -g KERNELBRANCH="tag:v6.17-rc1"
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)