summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-10-27 18:57:58 +0000
committerTed Trask <ttrask01@yahoo.com>2011-10-27 19:00:56 +0000
commit1560cccbc709905ee2e59838ec247e036cb35612 (patch)
tree061025f9413174bd460644c9c02fcb1338040145
parenta75bbbac2d85c6d95fe6a15a281f72478be57f13 (diff)
downloadacf-core-0.14.0.tar.bz2
acf-core-0.14.0.tar.xz
Bump version to 0.14.0v0.14.0
(cherry picked from commit 4cb78def28059362550aa64b8c7154cc838aea75)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 718279e..6c6d351 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.13.3
+VERSION=0.14.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)