From fea04b3ff78a50078bcd3ffdfe18ff3fc392b494 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 13 Apr 2017 09:57:52 -0400 Subject: bump version to v1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" "" -- cgit v1.2.3-54-g00ecf