sync for 8.8

This commit is contained in:
Louis Abel 2023-05-17 00:34:33 -07:00
parent c8eff9b7ee
commit 86ee2045ac
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@
# Revision must always start with a major number # Revision must always start with a major number
case "${RLREL}" in case "${RLREL}" in
stable) stable)
REVISION=8.7 REVISION=8.8
APPEND_TO_DIR="-RC1" APPEND_TO_DIR="-RC1"
;; ;;
beta) beta)
REVISION=8.8 REVISION=8.9
APPEND_TO_DIR="-BETA" APPEND_TO_DIR="-BETA"
COMPOSE_APPEND="${APPEND_TO_DIR}" COMPOSE_APPEND="${APPEND_TO_DIR}"
;; ;;
@ -17,7 +17,7 @@ case "${RLREL}" in
COMPOSE_APPEND="${APPEND_TO_DIR}" COMPOSE_APPEND="${APPEND_TO_DIR}"
;; ;;
*) *)
echo "option no recognized" echo "option not recognized"
;; ;;
esac esac