summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-12-26 21:17:17 +0000
committerTed Trask <ttrask01@yahoo.com>2012-12-26 21:17:17 +0000
commitf5e04936c08e10a9c39f091f9dc420c89472cb18 (patch)
tree0fb7a5d063172f14bee8cdc8475c636e3356a8e8
parent4fb53c1fa8dd550d4f1b1654cb5fda3518385dc1 (diff)
downloadacf-core-f5e04936c08e10a9c39f091f9dc420c89472cb18.tar.bz2
acf-core-f5e04936c08e10a9c39f091f9dc420c89472cb18.tar.xz
Bump version to 0.16.0v0.16.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a2aa08..0202276 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.15.4
+VERSION=0.16.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)