diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-04-13 09:57:52 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-04-13 10:00:34 -0400 |
commit | fea04b3ff78a50078bcd3ffdfe18ff3fc392b494 (patch) | |
tree | b1b443518747a1e89a559be64e587f3ee2240375 | |
parent | 19a269516f4e68cd1978cd939a4dfbf1bd2db86c (diff) | |
download | asp32-fea04b3ff78a50078bcd3ffdfe18ff3fc392b494.tar.xz |
bump version to v1v1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PACKAGE_NAME = asp -VERSION = v0 +VERSION = v1 VDEVEL = $(shell test -d .git && git describe --dirty 2>/dev/null) ifneq "$(VDEVEL)" "" |