summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-03-11 16:37:12 +0000
committerTed Trask <ttrask01@yahoo.com>2016-03-11 16:37:12 +0000
commit78f9235542761789543b3299aab3c98e6ffd29e3 (patch)
treeeb8a9fe6793af1978e21e26764b17e2e4648bcad
parent487fbcd76d11c5658719b3a3984653006a48b81f (diff)
downloadacf-core-78f9235542761789543b3299aab3c98e6ffd29e3.tar.bz2
acf-core-78f9235542761789543b3299aab3c98e6ffd29e3.tar.xz
Bump version to 0.20.1v0.20.1
-rw-r--r--Makefile2
-rwxr-xr-xwww/cgi-bin/acf2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f71fd4e..9d973d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.20.0
+VERSION=0.20.1
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)
diff --git a/www/cgi-bin/acf b/www/cgi-bin/acf
index 7f6592d..ef4ac56 100755
--- a/www/cgi-bin/acf
+++ b/www/cgi-bin/acf
@@ -1,4 +1,4 @@
-#!/usr/bin/haserl --shell=lua --upload-limit=256
+#!/usr/bin/haserl-lua5.2 --shell=lua --upload-limit=256
<%
mvc = require("acf.mvc")