diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-08-07 13:53:40 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-08-07 13:53:40 -0300 |
commit | 72c2f756489e3dc88105ebd32058a9951847cb29 (patch) | |
tree | 8789cf9d4600ca4f8ad9ad628ab39fde02fef40f /lua.c | |
parent | ec68ed66edf857123e54b090c28451530f974df1 (diff) | |
download | lua-72c2f756489e3dc88105ebd32058a9951847cb29.tar.gz lua-72c2f756489e3dc88105ebd32058a9951847cb29.tar.bz2 lua-72c2f756489e3dc88105ebd32058a9951847cb29.zip |
detail (LUA_COPYRIGHT includes release number)
Diffstat (limited to 'lua.c')
-rw-r--r-- | lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.c,v 1.165 2007/04/26 20:39:38 roberto Exp roberto $ | 2 | ** $Id: lua.c,v 1.166 2007/06/22 15:33:54 roberto Exp roberto $ |
3 | ** Lua stand-alone interpreter | 3 | ** Lua stand-alone interpreter |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -102,7 +102,7 @@ static int docall (lua_State *L, int narg, int clear) { | |||
102 | 102 | ||
103 | 103 | ||
104 | static void print_version (void) { | 104 | static void print_version (void) { |
105 | l_message(NULL, LUA_RELEASE " " LUA_COPYRIGHT); | 105 | l_message(NULL, LUA_COPYRIGHT); |
106 | } | 106 | } |
107 | 107 | ||
108 | 108 | ||