update for 8.6

This commit is contained in:
Neil Hanlon 2022-05-13 21:40:14 -04:00 committed by Neil Hanlon
parent d9464b166e
commit c35f7c8b03
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ KICKSTART_DIR = kickstarts
KICKSTART_PATH = "${KICKSTART_DIR}/Rocky-8-Container.ks"
LOG_DIR = logs
OUT = out
RELEASE_VER = 8.5
RELEASE_VER = 8.6
MAJOR = $(shell v='$(RELEASE_VER)'; echo "$${v%.*}")
TEMPLATE_DIR = templates
TEMPLATE_PATH = "${TEMPLATE_DIR}/tdl-${ARCH}.xml"