From b1bf2f49dc3a8bcc5026fc4e96a62da46ff3c8c6 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 30 Apr 2024 01:43:06 -0700 Subject: [PATCH] switch to 9.4 --- sync/common_9 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sync/common_9 b/sync/common_9 index 1e73c85..831cada 100644 --- a/sync/common_9 +++ b/sync/common_9 @@ -3,19 +3,19 @@ # Revision must always start with a major number case "${RLREL}" in stable) - REVISION=9.3 - PREREV=9.2 + REVISION=9.4 + PREREV=9.3 APPEND_TO_DIR="-RC1" ;; beta) - REVISION=9.4 - PREREV=9.3 + REVISION=9.5 + PREREV=9.4 APPEND_TO_DIR="-beta" COMPOSE_APPEND="-beta" ;; lh) - REVISION=9.4 - PREREV=9.3 + REVISION=9.5 + PREREV=9.4 APPEND_TO_DIR="-lookahead" COMPOSE_APPEND="-lookahead" ;;