summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-06-30 14:41:28 +0000
committerTed Trask <ttrask01@yahoo.com>2009-06-30 14:41:28 +0000
commit0cd63f061a274c35b38917f668fd9e833a6d2274 (patch)
tree913eff2da3dc2252f9a424843a433b5840144f13 /Makefile
parentde09d6f5d4b63cdd841511e49f943db2e88a9503 (diff)
downloadacf-core-0cd63f061a274c35b38917f668fd9e833a6d2274.tar.bz2
acf-core-0cd63f061a274c35b38917f668fd9e833a6d2274.tar.xz
Revert mistaken bug fix to format.string_to_table and made corresponding change to processinfo. Bumped version to 0.6.1.v0.6.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc0e74f..4a6d2c3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.6.0
+VERSION=0.6.1
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)