From: Michael Brown Date: Fri, 6 Mar 2026 16:17:42 +0000 (+0000) Subject: [release] Update version number after release X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=33ca177cfc682c210ff9d4fd3d6002c4bbcad453;p=thirdparty%2Fipxe.git [release] Update version number after release Signed-off-by: Michael Brown --- diff --git a/src/Makefile b/src/Makefile index f4ca196d9..dde9eb92f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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:)