diff options
| -rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -74,7 +74,7 @@ ifdef KEYMAP_SECTION_ENABLE | |||
| 74 | endif | 74 | endif |
| 75 | 75 | ||
| 76 | # Version string | 76 | # Version string |
| 77 | OPT_DEFS += -DVERSION=$(shell (git describe --dirty || echo 'unknown') 2> /dev/null) | 77 | OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null) |
| 78 | 78 | ||
| 79 | 79 | ||
| 80 | # Search Path | 80 | # Search Path |
