|
Luiz Henrique de Figueiredo wrote:
Currently, if I run lua.exe (version 5.1.4) with lua.5.1.dll (version 5.1.3), I see:> Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-RioI see your point but I don't know what to do about it.
The point is, the Lua executable could take these strings from the Lua library (rather than from lua.h). It could be done either via Lua API (e.g., PCRE has function pcre_version) or via _G (like _VERSION already does).
-- Shmuel