From 1ad19aeb7ee6b6b8446d6262543cd31d9215df4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 7 Jun 2020 12:55:20 +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 25b397a..57f86ad 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = v0.6 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.6-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 -- cgit v1.2.3