summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-11-02 14:13:36 +0000
committerTed Trask <ttrask01@yahoo.com>2015-11-02 14:13:36 +0000
commite987a3d4e37572d3538ae5f1421895355eeb9a1a (patch)
tree579887e4bec82df29f0e311122436c077da30744
parent2fce9663a29b493cf7b924af54ebe3c4a09544f9 (diff)
downloadacf-core-e987a3d4e37572d3538ae5f1421895355eeb9a1a.tar.bz2
acf-core-e987a3d4e37572d3538ae5f1421895355eeb9a1a.tar.xz
Bump version to 0.19.0v0.19.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 828c2ec..da459b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.18.9
+VERSION=0.19.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)