aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 217110b..60e7351 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CFLAGS += -DVERSION=\"$(VERSION)$(GIT_VERSION)\"
TARGETS = sircbot sircbot-send
ifneq (NOLUA,)
-LUA_VERSION ?= 5.1
+LUA_VERSION ?= 5.3
LUAPC ?= lua$(LUA_VERSION)
PKGCONFIG ?= pkg-config
TARGETS += lua/$(LUA_VERSION)/sircbot.so