LUA_RELEASE, LUA_COPYRIGHT
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: LUA_RELEASE, LUA_COPYRIGHT
- From: Shmuel Zeigerman <shmuz@...>
- Date: 2008年8月22日 20:34:36 +0300
Wouldn't it be more correct if LUA_RELEASE and LUA_COPYRIGHT strings
were embedded in Lua library rather than in Lua executable? (I
understand it would complicate things a little, but maybe it's worth it?)
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-Rio
--
Shmuel