From 64502eeef6c00843edf392c2b8176ce0e169510a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 23 Jul 2017 21:23:00 +0200 Subject: build: add git based version information back --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24627f3..2026c24 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3