~ruther/qmk_firmware

7e8a85caadc0c5e4a8ccccf7bf1fa1f4220c9fae — tmk 12 years ago 8819cf6
Fix VERSION: add opton --always to git describe
1 files changed, 1 insertions(+), 1 deletions(-)

M common.mk
M common.mk => common.mk +1 -1
@@ 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