summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-31 02:23:13 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-31 02:23:13 +0000
commitf79712f0c81c869c3ca0af1fb93a93ff5f086402 (patch)
tree8af8ba4c79e152f7f06bd570888a5288d50078e5
parentc0e0377e384c8167172ee06d8c11ef2f782522c7 (diff)
downloadacf-core-f79712f0c81c869c3ca0af1fb93a93ff5f086402.tar.bz2
acf-core-f79712f0c81c869c3ca0af1fb93a93ff5f086402.tar.xz
Bump version to 0.17.0v0.17.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b573e3f..1f73666 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.16.3
+VERSION=0.17.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)