lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> You can always do
> 
>   print(_VERSION)
> 
> To find out the incremental version number if you really need to know.

Sorry, this has changed :-). _VERSION in 5.1.1 will print "Lua 5.1".
Use LUA_VERSION from lua.h to get the complete string.
--lhf