]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[release] Update version number after release
authorMichael Brown <mcb30@ipxe.org>
Fri, 6 Mar 2026 16:17:42 +0000 (16:17 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 6 Mar 2026 16:17:42 +0000 (16:17 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile

index f4ca196d929041ee5b777b138a6f2517dc4678b1..dde9eb92f1bc0168c54cf60531b23ae54a3db662 100644 (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:)