> 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