aboutsummaryrefslogtreecommitdiff
path: root/lapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lapi.c')
-rw-r--r--lapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lapi.c b/lapi.c
index a1437e70..358de905 100644
--- a/lapi.c
+++ b/lapi.c
@@ -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
34const char lua_ident[] = 34const 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