summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-09-18 13:30:41 +0000
committerTed Trask <ttrask01@yahoo.com>2014-09-18 13:30:41 +0000
commit7745de8a058669afa9b6c3035d3c42f501b15f22 (patch)
tree768e27742c775ca7f98d11fbde2f18fd664d8bea
parent0c3cebbfcf440e2810447ccf625ea17eb165f9bd (diff)
downloadacf-core-7745de8a058669afa9b6c3035d3c42f501b15f22.tar.bz2
acf-core-7745de8a058669afa9b6c3035d3c42f501b15f22.tar.xz
Bump version to 0.18.2v0.18.2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c75eeaa..c93fe5c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.18.1
+VERSION=0.18.2
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)