From a8a68e47adce41068ca34a50c1146a29d72700a1 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Thu, 10 Aug 2023 01:33:02 -0600 Subject: [PATCH] Change Warewulf version to 4.5.x Future releases from the development branch will be 4.5.x. Additional 4.4.x versions would be tagged from the 4.4.x 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 29ef1924..43e28ff6 100644 --- a/Variables.mk +++ b/Variables.mk @@ -10,7 +10,7 @@ VARLIST := OS # Project Information VARLIST += WAREWULF VERSION RELEASE WAREWULF ?= warewulf -VERSION ?= 4.4.0 +VERSION ?= 4.5.x GIT_TAG := $(shell test -e .git && git log -1 --format="%h") ifdef GIT_TAG