summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-11-25 15:47:20 +0000
committerTed Trask <ttrask01@yahoo.com>2015-11-25 15:47:20 +0000
commitafacda9ac42ddd7128cbf65091b0f6aeb0c743cb (patch)
treed928460fe0dc0b11119207b68ac9cce6b33bd207
parent3620bdf0c1521d001901de3fec8027ff5d053e3a (diff)
downloadacf-core-afacda9ac42ddd7128cbf65091b0f6aeb0c743cb.tar.bz2
acf-core-afacda9ac42ddd7128cbf65091b0f6aeb0c743cb.tar.xz
Bump version to 0.19.1v0.19.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da459b6..5ae770e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.19.0
+VERSION=0.19.1
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)