bump lookahead versions

This commit is contained in:
Louis Abel 2023-09-07 12:23:28 -07:00
parent 2b319d3576
commit 2b2bb9aaf4
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 2 deletions

View File

@ -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}"
;;

View File

@ -12,7 +12,7 @@ case "${RLREL}" in
COMPOSE_APPEND="-beta"
;;
lh)
REVISION=9.3
REVISION=9.4
APPEND_TO_DIR="-lookahead"
COMPOSE_APPEND="-lookahead"
;;