summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-01-18 18:37:38 +0000
committerTed Trask <ttrask01@yahoo.com>2016-01-18 18:37:38 +0000
commitb42210d80281189875c652909b971fcb514ec8b2 (patch)
treef3f05def5559b64c257772bb0d79a7b0103771ad
parent248d510e1001a9b31efc4e9d2f60fea107666fc0 (diff)
downloadacf-core-b42210d80281189875c652909b971fcb514ec8b2.tar.bz2
acf-core-b42210d80281189875c652909b971fcb514ec8b2.tar.xz
Bump version to 0.20.0v0.20.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ae770e..f71fd4e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.19.1
+VERSION=0.20.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)