Skip to content

Commit

Permalink
Fix VERSION: add opton --always to git describe
Browse files Browse the repository at this point in the history
  • Loading branch information
yashikno committed Oct 3, 2013
1 parent 8819cf6 commit 7e8a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e8a85c

Please sign in to comment.