From 04db6f17356e46568b040caa8b7e41f2173f045b Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Fri, 10 Jun 2022 08:42:42 +0200 Subject: [PATCH 1/2] Updated Contributors --- CONTRIBUTORS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 03899dca..630afe47 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -2,12 +2,13 @@ * Gregory Kurtzer @gmk * Christian Goll @mslacken -* Niko Kivel @kivel * Jeremy Siadal @jcsiadal +* Niko Kivel @kivel * Shannon V. Davidson * Brian Clemens @brianclemens * Michael L. Young @ajyounge * Ian Kaneshiro @ikaneshiro +* Carter Dodd @kcdodd * MatthewHink @MatthewHink * WestleyR @WestleyK * Michael L. Young @@ -19,4 +20,5 @@ * Rob Jansen * svdavidson * David McFarlane <54093156+Prepultrue@users.noreply.github.com> +* Jean-Baptiste Denis * TerranWorks From 53735f7cade00b1307e85690eb136b81a6df4267 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Fri, 10 Jun 2022 08:45:26 +0200 Subject: [PATCH 2/2] Upodated Makefile to rc6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dd5bb68..782e5b63 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VARLIST := OS # Project Information VARLIST += WAREWULF VERSION RELEASE WAREWULF ?= warewulf -VERSION ?= 4.3.0rc5 +VERSION ?= 4.3.0rc6 GIT_TAG := $(shell test -e .git && git log -1 --format="%h") ifdef GIT_TAG