diff options
author | Dave Reisner <dreisner@archlinux.org> | 2018-09-08 09:20:52 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2018-09-08 09:20:52 -0400 |
commit | 51bbb93868c6ed68862f9d9785d36853b5f981ba (patch) | |
tree | d4ded0175c67d8374d7cce64e35792f532123872 | |
parent | 19142f31449c5b7d81e3c61873d025d855886fef (diff) | |
download | asp32-51bbb93868c6ed68862f9d9785d36853b5f981ba.tar.xz |
prepare v3v3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PACKAGE_NAME = asp -VERSION = v2 +VERSION = v3 VDEVEL = $(shell test -d .git && git describe --dirty 2>/dev/null) ifneq "$(VDEVEL)" "" |