diff options
author | Ted Trask <ttrask01@yahoo.com> | 2020-03-04 17:07:45 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2020-03-04 17:07:45 +0000 |
commit | 4bf6b4a00cfb290d82060b142a8881574af63a94 (patch) | |
tree | 9f77ef55a1d84906c86695b4ec99335bc9600fbb | |
parent | 499cc5e2a8e1a4a0b8adbf2184d4bad6bf3182f8 (diff) | |
download | acf-core-master.tar.bz2 acf-core-master.tar.xz |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ APP_NAME=core PACKAGE=acf-$(APP_NAME) -VERSION=0.21.3 +VERSION=0.22.0 P=$(PACKAGE)-$(VERSION) DISTDIR:=$(shell pwd)/$(P) |