From ab3449f5ac7c5682520bc13a439c1d37ca2953ae Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 13 Sep 2018 20:40:47 -0400 Subject: Always rely on git for versioning --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index c545a05..8616b7f 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,6 @@ PACKAGE_NAME = asp -VERSION = v3 -VDEVEL = $(shell test -d .git && git describe --dirty 2>/dev/null) - -ifneq "$(VDEVEL)" "" -VERSION = $(VDEVEL) -endif +VERSION = $(shell git describe --dirty 2>/dev/null) PREFIX = /usr/local -- cgit v1.2.3