summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-01-13 20:29:06 +0000
committerTed Trask <ttrask01@yahoo.com>2012-01-13 20:29:06 +0000
commit5cb50b7861b17cc761ef7001289dd7fd63ff62d9 (patch)
treede3def60bb899a9898e4b5c861a4407424f18c5f
parent1f7dddb5c5e97096423991e9da7546468b8fc969 (diff)
downloadacf-core-5cb50b7861b17cc761ef7001289dd7fd63ff62d9.tar.bz2
acf-core-5cb50b7861b17cc761ef7001289dd7fd63ff62d9.tar.xz
Bump version to 0.14.1v0.14.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40defd3..675df02 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.14.0
+VERSION=0.14.1
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)