Default to Lua 5.4 in Makefile, as the most recently supported and tested version

Fri, 23 Apr 2021 17:54:51 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 23 Apr 2021 17:54:51 +0100
changeset 30
b20d4fce3095
parent 29
3f77d77806c1
child 31
ebb63b55bcc1

Default to Lua 5.4 in Makefile, as the most recently supported and tested version

Makefile file | annotate | diff | comparison | revisions
--- a/Makefile	Fri Apr 23 17:54:18 2021 +0100
+++ b/Makefile	Fri Apr 23 17:54:51 2021 +0100
@@ -3,7 +3,7 @@
 INSTALL		?= install
 INSTALL_PROGRAM	?= $(INSTALL)
 INSTALL_DATA	?= $(INSTALL) -m 644
-LUA_V		?= 5.1
+LUA_V		?= 5.4
 LUA_LDIR	?= /usr/share/lua/$(LUA_V)
 LUA_CDIR	?= /usr/lib/lua/$(LUA_V)
 T		= lxp

mercurial