summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19264e7..c545a05 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PACKAGE_NAME = asp
-VERSION = v2
+VERSION = v3
VDEVEL = $(shell test -d .git && git describe --dirty 2>/dev/null)
ifneq "$(VDEVEL)" ""