summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-05-22 18:05:18 -0400
committerTed Trask <ttrask01@yahoo.com>2015-05-22 18:05:18 -0400
commite3ceb2dfe66d679e823f7e3a995ea0b0ff504e04 (patch)
treebfa60f39d3625efa35843536defa7aa233b29c73
parent4e752d376acfa7d3eb9af34f3c17b88835033e09 (diff)
downloadacf-core-e3ceb2dfe66d679e823f7e3a995ea0b0ff504e04.tar.bz2
acf-core-e3ceb2dfe66d679e823f7e3a995ea0b0ff504e04.tar.xz
Bump version to 0.18.8v0.18.8
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 721915c..223d326 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.18.7
+VERSION=0.18.8
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)