forked from sig_core/toolkit
sync for 8.8
This commit is contained in:
parent
c8eff9b7ee
commit
86ee2045ac
@ -3,11 +3,11 @@
|
|||||||
# Revision must always start with a major number
|
# Revision must always start with a major number
|
||||||
case "${RLREL}" in
|
case "${RLREL}" in
|
||||||
stable)
|
stable)
|
||||||
REVISION=8.7
|
REVISION=8.8
|
||||||
APPEND_TO_DIR="-RC1"
|
APPEND_TO_DIR="-RC1"
|
||||||
;;
|
;;
|
||||||
beta)
|
beta)
|
||||||
REVISION=8.8
|
REVISION=8.9
|
||||||
APPEND_TO_DIR="-BETA"
|
APPEND_TO_DIR="-BETA"
|
||||||
COMPOSE_APPEND="${APPEND_TO_DIR}"
|
COMPOSE_APPEND="${APPEND_TO_DIR}"
|
||||||
;;
|
;;
|
||||||
@ -17,7 +17,7 @@ case "${RLREL}" in
|
|||||||
COMPOSE_APPEND="${APPEND_TO_DIR}"
|
COMPOSE_APPEND="${APPEND_TO_DIR}"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "option no recognized"
|
echo "option not recognized"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user