From 247b799b7cd272f20b2c6f9b4e60bf8b57775985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 8 Dec 2020 11:01:39 +0100 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 384d89c..3d3539e 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = v0.7 +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.7-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 -- cgit v1.2.3