From e5be15c35612295d53c643278bdbecc893bcaa80 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Wed, 21 Feb 2024 21:45:00 -0700 Subject: [PATCH] Change VERSION back to v4.5.x on main Specific version numbers should be fixed in the tag, not on the branch. Signed-off-by: Jonathon Anderson --- Variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Variables.mk b/Variables.mk index bc5cb0bb..62d172f2 100644 --- a/Variables.mk +++ b/Variables.mk @@ -13,7 +13,7 @@ VARLIST := OS # Project Information VARLIST += WAREWULF VERSION RELEASE WAREWULF ?= warewulf -VERSION ?= 4.5.0rc1 +VERSION ?= 4.5.x RELEASE_INCREMENT ?= 1 GIT_HASH := $(shell test -e .git && git log -1 --format="%h")