summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-05-30 19:11:55 +0000
committerTed Trask <ttrask01@yahoo.com>2014-05-30 19:11:55 +0000
commitc6016c140754186d72b3272704e69b310a2dacc5 (patch)
tree858f3c47d5dc61ac917e480af29b4ec324cf1d06
parent808a14774ed9ef0040f3e30ffc8af5dd3d786272 (diff)
downloadacf-core-c6016c140754186d72b3272704e69b310a2dacc5.tar.bz2
acf-core-c6016c140754186d72b3272704e69b310a2dacc5.tar.xz
Bump version to 0.18.1v0.18.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddc1cc8..c75eeaa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.18.0
+VERSION=0.18.1
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)