summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-19 13:41:33 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-19 13:41:33 +0000
commitaf20968ae93fd7ad2ad75f5f7428ddbbfb2b91f7 (patch)
treed95f374eb2952b348790e5c277bc740883866f6e
parent6c04fca1998c552723356a502c083a66796c7ba4 (diff)
downloadacf-core-af20968ae93fd7ad2ad75f5f7428ddbbfb2b91f7.tar.bz2
acf-core-af20968ae93fd7ad2ad75f5f7428ddbbfb2b91f7.tar.xz
Bump version to 0.15.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90c401b..d8d06e2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.15.0
+VERSION=0.15.1
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)