revert back to RC3

This commit is contained in:
Louis Abel 2022-11-23 00:58:41 -07:00
parent a973172c78
commit 5a3ee3f89f
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
'9': '9':
fullname: 'Rocky Linux 9.1' fullname: 'Rocky Linux 9.1'
revision: '9.1' revision: '9.1'
rclvl: 'RC4' rclvl: 'RC3'
major: '9' major: '9'
minor: '1' minor: '1'
profile: '9' profile: '9'

View File

@ -9,7 +9,7 @@ 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="-RC4" APPEND_TO_DIR="-RC3"
STAGING_ROOT="/mnt/repos-staging" STAGING_ROOT="/mnt/repos-staging"
PRODUCTION_ROOT="/mnt/repos-production" PRODUCTION_ROOT="/mnt/repos-production"