summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 07:19:03 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 07:19:03 +0000
commit0208fc4735dc652760909ba9feba62de4efc3ed9 (patch)
treea40c053d992662f44e392503d6c575a21385cccf
parentdc38540d94795f575c3b3fd557456acf7c5fd642 (diff)
downloadacf-core-0208fc4735dc652760909ba9feba62de4efc3ed9.tar.bz2
acf-core-0208fc4735dc652760909ba9feba62de4efc3ed9.tar.xz
Bump version to 0.13.0v0.13.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27144c0..ff50689 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.12.0
+VERSION=0.13.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)