Skip to content

Commit

Permalink
switch to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Apr 30, 2024
1 parent e9f6b7a commit b1bf2f4
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.3
PREREV=9.2
REVISION=9.4
PREREV=9.3
APPEND_TO_DIR="-RC1"
;;
beta)
REVISION=9.4
PREREV=9.3
REVISION=9.5
PREREV=9.4
APPEND_TO_DIR="-beta"
COMPOSE_APPEND="-beta"
;;
lh)
REVISION=9.4
PREREV=9.3
REVISION=9.5
PREREV=9.4
APPEND_TO_DIR="-lookahead"
COMPOSE_APPEND="-lookahead"
;;
Expand Down

0 comments on commit b1bf2f4

Please sign in to comment.