diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-31 02:23:13 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-31 02:23:13 +0000 |
commit | f79712f0c81c869c3ca0af1fb93a93ff5f086402 (patch) | |
tree | 8af8ba4c79e152f7f06bd570888a5288d50078e5 | |
parent | c0e0377e384c8167172ee06d8c11ef2f782522c7 (diff) | |
download | acf-core-f79712f0c81c869c3ca0af1fb93a93ff5f086402.tar.bz2 acf-core-f79712f0c81c869c3ca0af1fb93a93ff5f086402.tar.xz |
Bump version to 0.17.0v0.17.0
-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.16.3 +VERSION=0.17.0 P=$(PACKAGE)-$(VERSION) DISTDIR:=$(shell pwd)/$(P) |