From 8cc24c5d5bc0cc64e55116bc70caa4ed3d2abaf8 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 24 Mar 2025 22:38:03 -0300 Subject: [PATCH] meson64-6.14: bump edge 6.13 -> 6.14 --- config/sources/families/include/meson64_common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/include/meson64_common.inc b/config/sources/families/include/meson64_common.inc index 815da9e39f..fa9d580ef8 100644 --- a/config/sources/families/include/meson64_common.inc +++ b/config/sources/families/include/meson64_common.inc @@ -39,7 +39,7 @@ case $BRANCH in declare -g KERNEL_MAJOR_MINOR="6.12" ;; edge) - declare -g KERNEL_MAJOR_MINOR="6.13" + declare -g KERNEL_MAJOR_MINOR="6.14" ;; esac