aboutsummaryrefslogtreecommitdiff
path: root/lapi.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2007-08-07 13:53:40 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2007-08-07 13:53:40 -0300
commit72c2f756489e3dc88105ebd32058a9951847cb29 (patch)
tree8789cf9d4600ca4f8ad9ad628ab39fde02fef40f /lapi.c
parentec68ed66edf857123e54b090c28451530f974df1 (diff)
downloadlua-72c2f756489e3dc88105ebd32058a9951847cb29.tar.gz
lua-72c2f756489e3dc88105ebd32058a9951847cb29.tar.bz2
lua-72c2f756489e3dc88105ebd32058a9951847cb29.zip
detail (LUA_COPYRIGHT includes release number)
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 927eccca..50b738ce 100644
--- a/lapi.c
+++ b/lapi.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lapi.c,v 2.59 2007/02/07 14:28:00 roberto Exp roberto $ 2** $Id: lapi.c,v 2.60 2007/04/17 13:19:53 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 "$LuaVersion: " LUA_RELEASE " " LUA_COPYRIGHT " $" 35 "$LuaVersion: " LUA_COPYRIGHT " $"
36 "$LuaAuthors: " LUA_AUTHORS " $"; 36 "$LuaAuthors: " LUA_AUTHORS " $";
37 37
38 38