From c65b0227b604eb6a9e124d8c8b133329f560f63e Mon Sep 17 00:00:00 2001 From: duhansysl Date: Wed, 11 Sep 2024 20:06:59 +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)