summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-04 08:53:32 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-04 08:53:32 +0000
commitb264e1673bee009cb5d67c9c4e6bf684dcc285f8 (patch)
tree8018ea2fac709530c0d784eb9674139db5295aa7 /Makefile
parent9832585948b19a416fc07bea3b1a30c0788d17fe (diff)
downloadacf-core-b264e1673bee009cb5d67c9c4e6bf684dcc285f8.tar.bz2
acf-core-b264e1673bee009cb5d67c9c4e6bf684dcc285f8.tar.xz
Made libdir load order match appdir load order, bumped to 0.9.1v0.9.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01f8aa0..b28dff9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.9.0
+VERSION=0.9.1
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)