From 034c2a7ed36421cc0c9be70726b3ead6369b87b5 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 8 Nov 2022 14:57:21 -0700 Subject: [PATCH] 8.7 --- sync/common_8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync/common_8 b/sync/common_8 index 3dd5a37..d7a96fb 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.6 +REVISION=8.7 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"