From 33ca177cfc682c210ff9d4fd3d6002c4bbcad453 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 6 Mar 2026 16:17:42 +0000 Subject: [PATCH] [release] Update version number after release Signed-off-by: Michael Brown --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:)