summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2017-02-27 17:14:46 +0000
committerTed Trask <ttrask01@yahoo.com>2017-02-27 17:14:46 +0000
commitef81a735cb843cadbef6549330a98ad48fd0a043 (patch)
tree3f6387ab8c59bb2c8c6bb0e4051fdc2532f648ff
parent97805cd2906d6910f98c6ff926c8694749b88813 (diff)
downloadacf-core-0.19-stable.tar.bz2
acf-core-0.19-stable.tar.xz
Bump version to 0.19.2v0.19.20.19-stable
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ae770e..8787a42 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.19.1
+VERSION=0.19.2
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)