From 9d8c28b4c0a494568d5422f8bfed7510a86bfdce Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Mon, 16 Feb 2026 23:53:41 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61baa38206..4848972b8f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ### when not available, specify GIT_VERSION on commnad line: ### ### ``` -### export GIT_VERSION=3.x.y-dev +### export GIT_VERSION=3.x.y-dev 11 ### ``` GIT_VERSION ?= $(shell git describe --long --abbrev=7 2>/dev/null || git describe --long --abbrev=7 --always)