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