From 49b31ff623258437f130ae2416c4b16f8c3702fb Mon Sep 17 00:00:00 2001 From: duhansysl Date: Tue, 10 Sep 2024 19:44:46 +0300 Subject: [PATCH] apollo: uprev to V1.5 --- apollo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo.sh b/apollo.sh index 624c9a6e012d..027a1fa4feaa 100755 --- a/apollo.sh +++ b/apollo.sh @@ -40,7 +40,7 @@ CR_DTB=$CR_DIR/arch/$CR_ARCH/boot/dtb.img # defconfig dir CR_DEFCONFIG=$CR_DIR/arch/$CR_ARCH/configs # Kernel Name and Version -CR_VERSION=V1.4 +CR_VERSION=V1.5 CR_NAME=DS-ACK # Thread count CR_JOBS=$(nproc --all)