summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-05-30 18:30:05 +0000
committerTed Trask <ttrask01@yahoo.com>2014-05-30 18:30:05 +0000
commitaad0449495b3b23ab873361d8b0107e4feb6d4e0 (patch)
treeaf989979caf75bd234332cb753eecb4de8eb7ce1
parent6ffee650d3b8007283a55027227de12c72cc9b20 (diff)
downloadacf-core-0.17.2.tar.bz2
acf-core-0.17.2.tar.xz
Bump version to 0.17.2v0.17.2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19c84b2..a32ffc9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.17.1
+VERSION=0.17.2
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)