[release] Update version number after release

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2026-03-06 16:17:42 +00:00
parent 12798ec29a
commit 33ca177cfc

View File

@ -215,7 +215,7 @@ install :
VERSION_MAJOR := 2
VERSION_MINOR := 0
VERSION_PATCH := 0
EXTRAVERSION :=
EXTRAVERSION := +
ifneq ($(wildcard ../.git/HEAD),)
GITVERSION := $(shell cat ../.git/HEAD)
ifeq ($(firstword $(GITVERSION)),ref:)