Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Take Command 28: Lua reports version 5.4.0 (5.4.3 expected) [SOLVED]

Dec
10
0
Take Command 28 release notes say that LUA was updated to version 5.4.3. However, the internal lua command seem to report version 5.4.0.

> which lua lua is an internal command > lua Lua 5.4.0 Copyright (C) 1994-2019 Lua.org, PUC-Rio > ^Z > ver TCC 28.00.10 x64 Windows 10 [Version 10.0.19043.1083]

Version 27 seem to have same issue. There Lua reports version 5.4.0 while it should be 5.4.2.

I admit that this is a minor thing, but would be nice to see the micro version to be correct also.

When compiling Lua 5.4.3 from the official sources (https://www.lua.org/ftp/lua-5.4.3.tar.gz), you get lua.exe, which correctly reports the micro version also:
> lua.exe Lua 5.4.3 Copyright (C) 1994-2021 Lua.org, PUC-Rio > ^Z
 

Similar threads

Back
Top