summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-26 13:10:39 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-26 13:10:39 +0000
commitcec25addb66c6905470e7ba7e5ef3d1ff50de629 (patch)
tree2230511217a2d35a0ac6dd3bfcff635b2c5c865e
parent5fe8f3d153ceb27d60f81a7d24487562ca817b96 (diff)
downloadacf-core-cec25addb66c6905470e7ba7e5ef3d1ff50de629.tar.bz2
acf-core-cec25addb66c6905470e7ba7e5ef3d1ff50de629.tar.xz
Bump version to 0.18.0v0.18.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19c84b2..ddc1cc8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.17.1
+VERSION=0.18.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)