summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-10-08 08:16:52 +0000
committerTed Trask <ttrask01@yahoo.com>2010-10-08 08:16:52 +0000
commit355cfe88af319bffe7dfc381225c9b5f1c05541e (patch)
tree35ac615dcf87cdb4ef3420321583ce345d977cb3
parent25c09923e08f664a0c791f27d521fb13f4d5d74c (diff)
downloadacf-core-355cfe88af319bffe7dfc381225c9b5f1c05541e.tar.bz2
acf-core-355cfe88af319bffe7dfc381225c9b5f1c05541e.tar.xz
Bumped version to 0.11.0v0.11.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 683ff8b..7ae6707 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.10.9
+VERSION=0.11.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)