We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a74dd commit 4384521Copy full SHA for 4384521
Makefile
@@ -3,7 +3,7 @@
3
4
include config.mk
5
6
-VERSION := "1.11.0 (2024-04-15)"
+VERSION := "1.11.0-non-git"
7
ifneq ($(wildcard ./.git/),)
8
VERSION := $(shell ${GIT} describe --tags 2>/dev/null || echo ${VERSION})
9
endif
0 commit comments