forked from sig_core/toolkit
prep for 8.5
This commit is contained in:
parent
bae614ba8f
commit
c63094adfa
@ -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.4
|
REVISION=8.5
|
||||||
|
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user