From 6dee3a3d3d777cb05ac8236704a71f0b49f5a213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 25 Mar 2018 20:21:35 +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 3728757..0ee47a0 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3