summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2018-09-13 20:40:47 -0400
committerDave Reisner <dreisner@archlinux.org>2018-09-13 20:41:43 -0400
commitab3449f5ac7c5682520bc13a439c1d37ca2953ae (patch)
tree1f95ccbf7aaaaaea777260f7aa03cd3042fbce06
parent95d5b778c411e6365b128f6c19fb99835669461b (diff)
downloadasp32-ab3449f5ac7c5682520bc13a439c1d37ca2953ae.tar.xz
Always rely on git for versioningv4
-rw-r--r--Makefile7
1 files changed, 1 insertions, 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