mirror of
https://github.com/lua/lua
synced 2024-11-22 12:51:30 +03:00
more specific ident labels
This commit is contained in:
parent
c36e2265d9
commit
3d480b04a5
6
lapi.c
6
lapi.c
@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lapi.c,v 2.57 2006/09/11 14:07:24 roberto Exp roberto $
|
||||
** $Id: lapi.c,v 2.58 2006/10/17 20:00:07 roberto Exp roberto $
|
||||
** Lua API
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@ -32,8 +32,8 @@
|
||||
|
||||
|
||||
const char lua_ident[] =
|
||||
"$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $"
|
||||
"$Authors: " LUA_AUTHORS " $";
|
||||
"$LuaVersion: " LUA_RELEASE " " LUA_COPYRIGHT " $"
|
||||
"$LuaAuthors: " LUA_AUTHORS " $";
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user