From d949dbbf0e2f1dc57533b462dbf5dcf32925ec40 Mon Sep 17 00:00:00 2001 From: duhansysl Date: Sun, 29 Dec 2024 17:43:54 +0300 Subject: [PATCH] apollo: uprev to 1.8 --- apollo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo.sh b/apollo.sh index c55d954c5657..69bace15d8fe 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.7 +CR_VERSION=V1.8 CR_NAME=DS-ACK # Thread count CR_JOBS=$(nproc --all)