1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index da0e755..6067a56 100644 --- a/ Makefile+++ b/ Makefile@@ -1,6 +1,6 @@ PACKAGE_NAME = asp -VERSION = v0 +VERSION = v1 VDEVEL = $(shell test -d .git && git describe --dirty 2>/dev/null) ifneq "$(VDEVEL)" "" |