Skip to content

Commit

Permalink
sync: change to 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Nov 12, 2024
1 parent 2cb5ae4 commit 78301b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sync/common_9
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
# Revision must always start with a major number
case "${RLREL}" in
stable)
REVISION=9.4
PREREV=9.3
REVISION=9.5
PREREV=9.4
APPEND_TO_DIR="-RC1"
;;
beta)
REVISION=9.5
PREREV=9.4
REVISION=9.6
PREREV=9.5
APPEND_TO_DIR="-beta"
COMPOSE_APPEND="-beta"
;;
lh)
REVISION=9.5
PREREV=9.4
REVISION=9.6
PREREV=9.5
APPEND_TO_DIR="-lookahead"
COMPOSE_APPEND="-lookahead"
;;
Expand Down

0 comments on commit 78301b7

Please sign in to comment.