diff options
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lapi.c,v 2.52 2005/12/22 16:19:56 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 2.53 2006/01/10 12:50:00 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,7 +32,7 @@ | |||
32 | 32 | ||
33 | 33 | ||
34 | const char lua_ident[] = | 34 | const char lua_ident[] = |
35 | "$Lua: " LUA_VERSION " " LUA_COPYRIGHT " $\n" | 35 | "$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $\n" |
36 | "$Authors: " LUA_AUTHORS " $\n" | 36 | "$Authors: " LUA_AUTHORS " $\n" |
37 | "$URL: www.lua.org $\n"; | 37 | "$URL: www.lua.org $\n"; |
38 | 38 | ||