diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-12-26 21:17:17 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-12-26 21:17:17 +0000 |
commit | f5e04936c08e10a9c39f091f9dc420c89472cb18 (patch) | |
tree | 0fb7a5d063172f14bee8cdc8475c636e3356a8e8 | |
parent | 4fb53c1fa8dd550d4f1b1654cb5fda3518385dc1 (diff) | |
download | acf-core-f5e04936c08e10a9c39f091f9dc420c89472cb18.tar.bz2 acf-core-f5e04936c08e10a9c39f091f9dc420c89472cb18.tar.xz |
Bump version to 0.16.0v0.16.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.15.4 +VERSION=0.16.0 P=$(PACKAGE)-$(VERSION) DISTDIR:=$(shell pwd)/$(P) |