We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ec05a commit e38001fCopy full SHA for e38001f
Makefile
@@ -3,7 +3,7 @@
3
4
include config.mk
5
6
-VERSION := "1.12.1 (2024-12-17)"
+VERSION := "1.12.1-non-git"
7
ifneq ($(wildcard ./.git/),)
8
VERSION := $(shell ${GIT} describe --tags 2>/dev/null || echo ${VERSION})
9
endif
0 commit comments