summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2019-09-18 22:29:10 +0000
committerTed Trask <ttrask01@yahoo.com>2019-09-18 22:29:10 +0000
commit1ceb3e8e0092d71c8379c863bdbac187dac06939 (patch)
treef392ee3b8aecc8b5774139a1e4b14559a89be1e9
parenta222345ff5e432ff946bf5a62cdce5290fa56445 (diff)
downloadacf-core-1ceb3e8e0092d71c8379c863bdbac187dac06939.tar.bz2
acf-core-1ceb3e8e0092d71c8379c863bdbac187dac06939.tar.xz
Bump version to 0.21.3v0.21.3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afeccf4..6f311db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.21.2
+VERSION=0.21.3
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)