summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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