Skip to content

Commit

Permalink
build: add git based version information back
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Mar 25, 2018
1 parent ebb1c4a commit 6dee3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1)

DOCUMENTATION = LICENSE README.md

VERSION = v0.5
VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.5-git")

CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1
Expand Down

0 comments on commit 6dee3a3

Please sign in to comment.