From 86ee2045ac3af4c1b980e9e149b4504809ccf5e8 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 17 May 2023 00:34:33 -0700 Subject: [PATCH] sync for 8.8 --- sync/common_8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sync/common_8 b/sync/common_8 index e4a62d6..98900fc 100644 --- a/sync/common_8 +++ b/sync/common_8 @@ -3,11 +3,11 @@ # Revision must always start with a major number case "${RLREL}" in stable) - REVISION=8.7 + REVISION=8.8 APPEND_TO_DIR="-RC1" ;; beta) - REVISION=8.8 + REVISION=8.9 APPEND_TO_DIR="-BETA" COMPOSE_APPEND="${APPEND_TO_DIR}" ;; @@ -17,7 +17,7 @@ case "${RLREL}" in COMPOSE_APPEND="${APPEND_TO_DIR}" ;; *) - echo "option no recognized" + echo "option not recognized" ;; esac