Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89f2b84

Browse files
committed
setup: switch to use Lua 5.2 by default.
It's been out for just over a year now, since Dec 2011. Lua 5.1 is over six years old (Feb 2006).
1 parent 1e94bc0 commit 89f2b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
os.unlink("MANIFEST")
1212

1313
# You may have to change these
14-
LUAVERSION = "5.1"
14+
LUAVERSION = "5.2"
1515
PYLIBS = ["python" + get_python_version(), "pthread", "util"]
1616
PYLIBDIR = [get_python_lib(standard_lib=True) + "/config"]
1717
LUALIBS = ["lua" + LUAVERSION]

0 commit comments

Comments
 (0)