summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2019-09-11 16:46:17 +0000
committerTed Trask <ttrask01@yahoo.com>2019-09-11 16:46:17 +0000
commit09caf186523c08296ac47fec6fcc9ea97c30ce9b (patch)
tree77b5634f15eb8e4ee855063b441a0f79f5b33892
parentd7ac1e760998b382f2e5a839d350bfbe2c6d6eda (diff)
downloadacf-core-09caf186523c08296ac47fec6fcc9ea97c30ce9b.tar.bz2
acf-core-09caf186523c08296ac47fec6fcc9ea97c30ce9b.tar.xz
Bump version to 0.21.2v0.21.2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26bb95e..afeccf4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=
+VERSION=0.21.2
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)