set to 6 and 7

This commit is contained in:
Louis Abel 2024-10-15 00:55:22 -07:00
parent 74f1f79a78
commit 9ad52cb218
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
RELEASE_NAME = 'Rocky Linux'
RELEASE_SHORT = 'Rocky'
RELEASE_VERSION_X = '9'
RELEASE_VERSION_Y = '6'
RELEASE_VERSION_Y = '7'
RELEASE_VERSION_XY = "%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y)
RELEASE_VERSION = RELEASE_VERSION_XY

View File

@ -4,7 +4,7 @@
RELEASE_NAME = 'Rocky Linux'
RELEASE_SHORT = 'Rocky'
RELEASE_VERSION_X = '9'
RELEASE_VERSION_Y = '5'
RELEASE_VERSION_Y = '6'
RELEASE_VERSION_XY = "%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y)
RELEASE_VERSION = RELEASE_VERSION_XY