This commit is contained in:
Louis Abel 2022-11-08 14:57:21 -07:00
parent 01b4d38c50
commit 034c2a7ed3
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# To be sourced by scripts to use # To be sourced by scripts to use
# Revision must always start with a major number # Revision must always start with a major number
REVISION=8.6 REVISION=8.7
MAJOR="${REVISION:0:1}" MAJOR="${REVISION:0:1}"
MINOR="${REVISION:2:1}" MINOR="${REVISION:2:1}"
# comment or blank if needed # comment or blank if needed
APPEND_TO_DIR="-RC2" APPEND_TO_DIR="-RC1"
STAGING_ROOT="/mnt/repos-staging" STAGING_ROOT="/mnt/repos-staging"
PRODUCTION_ROOT="/mnt/repos-production" PRODUCTION_ROOT="/mnt/repos-production"