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 8ff12ae commit cecc807Copy full SHA for cecc807
common.mk
@@ -81,7 +81,8 @@ ifdef KEYMAP_SECTION_ENABLE
81
endif
82
83
# Version string
84
-OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
+VERSION := $(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
85
+OPT_DEFS += -DVERSION=$(VERSION)
86
87
88
# Search Path
0 commit comments