summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-09-18 13:49:36 +0000
committerTed Trask <ttrask01@yahoo.com>2014-09-18 13:49:36 +0000
commit795cdbf01258bae5cd230e3c38c477b94962f861 (patch)
treec714a6a97ea88b6c6770fdea6b26386e8a6629f4
parent47583969ac03efeefdeb6eca6bedd8dda18d126e (diff)
downloadacf-core-0.17-stable.tar.bz2
acf-core-0.17-stable.tar.xz
Bump version to 0.17.3v0.17.30.17-stable
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a32ffc9..b09768d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.17.2
+VERSION=0.17.3
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)