> Could we get a C API function that allows us to query Lua's version > without needing to open a Lua state. Something like: > > const char * lua_getversion (void); Why do you need to avoid opening a Lua state?