summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-01 10:13:36 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-01 10:13:36 +0000
commit9832585948b19a416fc07bea3b1a30c0788d17fe (patch)
tree827ab5d64441753ebe3f66bfe696331c9351aa9c
parent9f469a06780e66135cb3da9cfdedb48763931160 (diff)
downloadacf-core-9832585948b19a416fc07bea3b1a30c0788d17fe.tar.bz2
acf-core-9832585948b19a416fc07bea3b1a30c0788d17fe.tar.xz
Bumped version to 0.9.0v0.9.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f7617e..01f8aa0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.8.5
+VERSION=0.9.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)