From 2b2bb9aaf4b99915867d9d9eda37397ca8f08ece Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 7 Sep 2023 12:23:28 -0700 Subject: [PATCH] bump lookahead versions --- sync/common_8 | 2 +- sync/common_9 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sync/common_8 b/sync/common_8 index bba34e9..7668db8 100644 --- a/sync/common_8 +++ b/sync/common_8 @@ -12,7 +12,7 @@ case "${RLREL}" in COMPOSE_APPEND="${APPEND_TO_DIR}" ;; lh) - REVISION=8.9 + REVISION=8.10 APPEND_TO_DIR="-LookAhead" COMPOSE_APPEND="${APPEND_TO_DIR}" ;; diff --git a/sync/common_9 b/sync/common_9 index 0439448..bc60f07 100644 --- a/sync/common_9 +++ b/sync/common_9 @@ -12,7 +12,7 @@ case "${RLREL}" in COMPOSE_APPEND="-beta" ;; lh) - REVISION=9.3 + REVISION=9.4 APPEND_TO_DIR="-lookahead" COMPOSE_APPEND="-lookahead" ;;