summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-10-03 06:27:04 +0200
committertmk <nobody@nowhere>2013-10-03 06:27:04 +0200
commit7e8a85caadc0c5e4a8ccccf7bf1fa1f4220c9fae (patch)
tree36cdab569983e91e351f5db6f7fe938482fb1baf /common.mk
parent8819cf6bb1da487de9bef9b01ee434fbdf710d4d (diff)
downloadqmk_firmware-7e8a85caadc0c5e4a8ccccf7bf1fa1f4220c9fae.tar.gz
qmk_firmware-7e8a85caadc0c5e4a8ccccf7bf1fa1f4220c9fae.tar.xz
Fix VERSION: add opton --always to git describe
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index ee28b696c..3403fd7a0 100644
--- a/common.mk
+++ b/common.mk
@@ -74,7 +74,7 @@ ifdef KEYMAP_SECTION_ENABLE
endif
# Version string
-OPT_DEFS += -DVERSION=$(shell (git describe --dirty || echo 'unknown') 2> /dev/null)
+OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
# Search Path