summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-11-03 19:56:17 +0000
committerTed Trask <ttrask01@yahoo.com>2014-11-03 19:56:17 +0000
commit36fca5c13c4771e01165f6d86ca5dfb2adc93970 (patch)
tree96e804afdafc9230218f00fadf8be628b54851f6
parentca7e4a649ddfc44a7c621f4a95acee25fcfce875 (diff)
downloadacf-core-36fca5c13c4771e01165f6d86ca5dfb2adc93970.tar.bz2
acf-core-36fca5c13c4771e01165f6d86ca5dfb2adc93970.tar.xz
Bump version to 0.18.4v0.18.4
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bd26db..40ad0b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.18.3
+VERSION=0.18.4
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)