summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")