summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-09-17 11:52:48 +0000
committerTed Trask <ttrask01@yahoo.com>2009-09-17 11:52:48 +0000
commit60495849ac3e8297ec093c7a8d9dd2579ae730ff (patch)
tree8a6485c43ef6ec94d5faa7a72444cb29e0dd053c /Makefile
parent5836ec561f1f63abee5579203fb4ee7719410447 (diff)
downloadacf-core-60495849ac3e8297ec093c7a8d9dd2579ae730ff.tar.bz2
acf-core-60495849ac3e8297ec093c7a8d9dd2579ae730ff.tar.xz
Yet another bug fix for /lib/processinfo.lua read_initrunlevels for scripts with non-alphanumeric chars. Bumped to 0.8.3v0.8.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aad0f0e..f665f76 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.8.2
+VERSION=0.8.3
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)