diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-07-23 21:23:00 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-07-23 21:23:00 +0200 |
| commit | 64502eeef6c00843edf392c2b8176ce0e169510a (patch) | |
| tree | eb34cef54e303a1e8ecd0c048c99c617ae9629ec /Makefile | |
| parent | 0e29334f42caa0d76d60a34fbfe2296e1c5b52bf (diff) | |
| download | vis-64502eeef6c00843edf392c2b8176ce0e169510a.tar.gz vis-64502eeef6c00843edf392c2b8176ce0e169510a.tar.xz | |
build: add git based version information back
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = v0.4 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.4-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 |
