diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-02-07 12:28:00 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-02-07 12:28:00 -0200 |
commit | 3d480b04a5315c6b94dcd2ef59847b79c8c637b1 (patch) | |
tree | a0295b568ada15c3cf1cc22fb354241098248de6 /lapi.c | |
parent | c36e2265d909591e7698bf7b242eae28995a8dfa (diff) | |
download | lua-3d480b04a5315c6b94dcd2ef59847b79c8c637b1.tar.gz lua-3d480b04a5315c6b94dcd2ef59847b79c8c637b1.tar.bz2 lua-3d480b04a5315c6b94dcd2ef59847b79c8c637b1.zip |
more specific ident labels
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lapi.c,v 2.57 2006/09/11 14:07:24 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 2.58 2006/10/17 20:00:07 roberto Exp roberto $ |
3 | ** Lua API | 3 | ** Lua API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -32,8 +32,8 @@ | |||
32 | 32 | ||
33 | 33 | ||
34 | const char lua_ident[] = | 34 | const char lua_ident[] = |
35 | "$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $" | 35 | "$LuaVersion: " LUA_RELEASE " " LUA_COPYRIGHT " $" |
36 | "$Authors: " LUA_AUTHORS " $"; | 36 | "$LuaAuthors: " LUA_AUTHORS " $"; |
37 | 37 | ||
38 | 38 | ||
39 | 39 | ||