summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-10-01 21:27:32 +0000
committerTed Trask <ttrask01@yahoo.com>2014-10-01 21:27:32 +0000
commit6f6266d0b12ffb2d2f38ec498bb28384db0aa867 (patch)
treed2a1cdb2e0e87557490c8f6892d021457deb06e1
parent4fee3756dc5ece7c7cafc526e88d0cf8791145d1 (diff)
downloadacf-core-6f6266d0b12ffb2d2f38ec498bb28384db0aa867.tar.bz2
acf-core-6f6266d0b12ffb2d2f38ec498bb28384db0aa867.tar.xz
Bump version to 0.18.3v0.18.3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c93fe5c..9bd26db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.18.2
+VERSION=0.18.3
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)