summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-07-16 16:04:46 +0000
committerTed Trask <ttrask01@yahoo.com>2009-07-16 16:04:46 +0000
commit6babfc62e7e096ef0dc7e4e359e3508442d8ff9b (patch)
treea93b55272c86c54ad4bfe5c1222ab7aeb0343282 /Makefile
parent9c3dd2d3f8781e8503e7420db54fde7e819c9ba4 (diff)
downloadacf-core-0.8.0.tar.bz2
acf-core-0.8.0.tar.xz
Simplified apk.lua by moving functions to acf-apk-tools version 0.3.0v0.8.0
Bumped version to 0.8.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0759085..fa8a2e7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.7.0
+VERSION=0.8.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)