From c63094adfae45fb6bdb2dd22e8f5f992feaca4bd Mon Sep 17 00:00:00 2001 From: nazunalika Date: Tue, 26 Oct 2021 23:16:30 -0700 Subject: [PATCH] prep for 8.5 --- sync/common_8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync/common_8 b/sync/common_8 index 29b079a..138d6fc 100644 --- a/sync/common_8 +++ b/sync/common_8 @@ -1,13 +1,13 @@ # To be sourced by scripts to use # Revision must always start with a major number -REVISION=8.4 +REVISION=8.5 MAJOR="${REVISION:0:1}" MINOR="${REVISION:2:1}" # comment or blank if needed -APPEND_TO_DIR="-RC2" +APPEND_TO_DIR="-RC1" STAGING_ROOT="/mnt/repos-staging" PRODUCTION_ROOT="/mnt/repos-production"