diff options
author | Ted Trask <ttrask01@yahoo.com> | 2017-09-13 20:31:36 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2017-09-13 20:31:36 +0000 |
commit | de2936ef69bf084163c8dd13724bdc58290c468a (patch) | |
tree | f6e86c87b5dcdd540c321be921b901d0eeb3072c | |
parent | d2375db6c8893a65dfa3ca1e1df69c085c05f39a (diff) | |
download | acf-core-de2936ef69bf084163c8dd13724bdc58290c468a.tar.bz2 acf-core-de2936ef69bf084163c8dd13724bdc58290c468a.tar.xz |
Bump version to 0.21.1v0.21.1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ APP_NAME=core PACKAGE=acf-$(APP_NAME) -VERSION=0.21.0 +VERSION=0.21.1 P=$(PACKAGE)-$(VERSION) DISTDIR:=$(shell pwd)/$(P) |