summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2017-02-27 16:48:48 +0000
committerTed Trask <ttrask01@yahoo.com>2017-02-27 16:48:48 +0000
commit08bf2da91cca687f8f84d880d6e5cbdf180a9166 (patch)
tree690e589afac5f39783a47490de5fb1be58526155
parent48eeb5f3317a39fac1e821305e1e76975bccb5ca (diff)
downloadacf-core-08bf2da91cca687f8f84d880d6e5cbdf180a9166.tar.bz2
acf-core-08bf2da91cca687f8f84d880d6e5cbdf180a9166.tar.xz
Bump version to 0.21.0v0.21.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d973d9..08784e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.20.1
+VERSION=0.21.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)